diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-11-14 16:15:33 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-11-14 16:15:33 +0000 |
commit | a66836887fc4aa7514fdf1b3b89b81aee94c145b (patch) | |
tree | 24b6b7fc53df30c9996d7d5d5ea4fae3ff6db175 /updater/version.h | |
parent | 77b0ee42f97d9f3f42d09e40ad79ddccac300974 (diff) |
Added hotkeys (patch by FREAK_THEMIGHTY)
Version Update
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@561 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/version.h')
-rw-r--r-- | updater/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/updater/version.h b/updater/version.h index 9b3853b..9173b30 100644 --- a/updater/version.h +++ b/updater/version.h @@ -4,8 +4,8 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 6
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 9
+#define __RELEASE_NUM 1
+#define __BUILD_NUM 0
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|