diff options
-rw-r--r-- | tipper/tipper.mdsp | 18 | ||||
-rw-r--r-- | tipper/version.h | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/tipper/tipper.mdsp b/tipper/tipper.mdsp index 66a1325..f7354b9 100644 --- a/tipper/tipper.mdsp +++ b/tipper/tipper.mdsp @@ -105,14 +105,14 @@ extraResourceOptions= 1=resource.rc
[Other]
[History]
-options.cpp,637
-version.h,519
-m_tipper.h,760
-popwin.cpp,4094
-tipper.cpp,1262
-message_pump.cpp,0
-..\..\include\m_imgsrvc.h,1413
-common.h,1362
-..\..\..\..\..\..\..\msys\include\windows.h,0
..\..\..\..\..\..\..\msys\include\wingdi.h,0
+..\..\..\..\..\..\..\msys\include\windows.h,0
+common.h,1362
+..\..\include\m_imgsrvc.h,1413
+message_pump.cpp,0
+tipper.cpp,1246
+popwin.cpp,4094
+m_tipper.h,760
+version.h,519
+options.cpp,637
..\..\plugins\freeimage\Miranda\include\m_freeimage.h,4431
diff --git a/tipper/version.h b/tipper/version.h index 8f45d94..4ee4bbb 100644 --- a/tipper/version.h +++ b/tipper/version.h @@ -4,7 +4,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 4
#define __RELEASE_NUM 1
-#define __BUILD_NUM 6
+#define __BUILD_NUM 7
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|