diff options
-rw-r--r-- | tipper/tipper.mdsp | 4 | ||||
-rw-r--r-- | tipper/version.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tipper/tipper.mdsp b/tipper/tipper.mdsp index e161173..c52fd81 100644 --- a/tipper/tipper.mdsp +++ b/tipper/tipper.mdsp @@ -102,6 +102,6 @@ extraResourceOptions= 1=resource.rc
[Other]
[History]
-message_pump.cpp,1325
tipper.cpp,3326
-version.h,150
+message_pump.cpp,1325
+version.h,785
diff --git a/tipper/version.h b/tipper/version.h index 38543c0..e6ea42e 100644 --- a/tipper/version.h +++ b/tipper/version.h @@ -4,7 +4,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 2
#define __RELEASE_NUM 4
-#define __BUILD_NUM 3
+#define __BUILD_NUM 4
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|