diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-02-12 00:24:54 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-02-12 00:24:54 +0000 |
commit | ae28dca83bd0c40cbb03d88104d3b6a0b3f45908 (patch) | |
tree | 58b92a4a22a6750b654e2aea67ef222711229af0 | |
parent | ea3326ea14bbfe6195c93d7def7d7073828823e6 (diff) |
version update
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@393 4f64403b-2f21-0410-a795-97e2b3489a10
-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
|