diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-11-11 01:44:38 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-11-11 01:44:38 +0000 |
commit | 327d6022109997daeaa882044758e544d23b5401 (patch) | |
tree | 1028480d1ec7afe4c5e162b53cfb880ece380af7 /updater/version.h | |
parent | 7d07436d802a6b4ddc10e8ef6969f5da9fff9719 (diff) |
Updated version
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@558 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 78e1c41..9b3853b 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 8
+#define __BUILD_NUM 9
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|