diff include/main.h @ 38:044cc2f5af81 v2.4 v2.7

small fix.
author pyon@macmini
date Thu, 24 Nov 2011 22:26:15 +0900
parents 405e08552527
children
line wrap: on
line diff
--- a/include/main.h	Fri Nov 18 20:46:12 2011 +0900
+++ b/include/main.h	Thu Nov 24 22:26:15 2011 +0900
@@ -1,5 +1,5 @@
 // Filename   : main.h
-// Last Change: 17-Nov-2011.
+// Last Change: 24-Nov-2011.
 //
 #include "wx/wx.h"
 #include "wx/config.h"
@@ -8,8 +8,8 @@
 #define MYAPPNAME wxT("AMover2")
 
 #define VER 2
-#define REV 6
-#define BLD 20111121
+#define REV 7
+#define BLD 20111128
 
 // private classes
 // Define a new application type, each program should derive a class from wxApp