diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-07 00:07:56 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-07 00:07:56 +0000 |
commit | 92be070586e97f44892da28a592aa1c0925a40d1 (patch) | |
tree | e36edfc2a064a88f75ee18ac5ef67adaa5a399d8 /updater/version.h | |
parent | 9d777637239fed893c26c7d8aee3f929937311ba (diff) |
Fixed updating issues
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@502 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/version.h')
-rw-r--r-- | updater/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/version.h b/updater/version.h index d6022f9..1fdc1af 100644 --- a/updater/version.h +++ b/updater/version.h @@ -5,7 +5,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 6
#define __RELEASE_NUM 0
-#define __BUILD_NUM 1
+#define __BUILD_NUM 2
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|