[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

[XaraXtreme-commits] Commit Complete



Commit by  : luke
Repository : xara
Revision   : 1115
Date       : Thu May 18 14:07:59 BST 2006

Changed paths:
   M /Trunk/XaraLX/configure.in
   M /Trunk/XaraLX/wxOil/staticversion.h

Up'ed version to 0.5


Diff:
Index: Trunk/XaraLX/configure.in
===================================================================
--- Trunk/XaraLX/configure.in	(revision 1114)
+++ Trunk/XaraLX/configure.in	(revision 1115)
@@ -1,6 +1,6 @@
 AC_INIT(wxOil/camelot.cpp)
 AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(XaraLX, 0.4)
+AM_INIT_AUTOMAKE(XaraLX, 0.5)
 
 dnl It's recomended to put this in acinclude.m4, but including it is 
 dnl more convienent
Index: Trunk/XaraLX/wxOil/staticversion.h
===================================================================
--- Trunk/XaraLX/wxOil/staticversion.h	(revision 1114)
+++ Trunk/XaraLX/wxOil/staticversion.h	(revision 1115)
@@ -95,10 +95,10 @@
 
 =================================XARAHEADEREND============================
  */
-const TCHAR g_pszAppVersion[] = wxT("0.4");
+const TCHAR g_pszAppVersion[] = wxT("0.5");
 
 #define	CAMELOT_VERSION_MAJOR	0
-#define	CAMELOT_VERSION_MINOR	4
-#define	CAMELOT_VERSION			0.4
-#define	CAMELOT_VERSION_STRING	wxT("0.4 (root)")
+#define	CAMELOT_VERSION_MINOR	5
+#define	CAMELOT_VERSION			0.5
+#define	CAMELOT_VERSION_STRING	wxT("0.5 (root)")
 #define	MASTER_BUILDER	0


Xara