diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-11-09 12:57:10 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-11-09 12:57:10 +0000 |
commit | 134bfeae84de233c4494c134bf8bf5d86e9c3c71 (patch) | |
tree | 4c3513c0505b145a5231ca34dbd0b4711bf3f722 /updater/version.h | |
parent | e25739bfcca10986e6990179d88bd57cac68819f (diff) |
Version update
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@548 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 54f7e5e..78e1c41 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 7
+#define __BUILD_NUM 8
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|