|
From: <ma...@us...> - 2003-11-23 20:17:37
|
Update of /cvsroot/sharedaemon/ui-wx/src
In directory sc8-pr-cvs1:/tmp/cvs-serv11445
Modified Files:
defines.h
Log Message:
Fixed version string
Index: defines.h
===================================================================
RCS file: /cvsroot/sharedaemon/ui-wx/src/defines.h,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- defines.h 23 Nov 2003 12:14:53 -0000 1.36
+++ defines.h 23 Nov 2003 20:17:34 -0000 1.37
@@ -22,7 +22,7 @@
/* Version strings for easier modification */
#define APPVER wxT("0.1.8")
-#define APPVER_LONG wxT("ShareDaemon wxInterface v0.1.8)")
+#define APPVER_LONG wxT("ShareDaemon wxInterface CVS Version")
/* Include wx headers */
#include <wx/confbase.h>
|