summaryrefslogtreecommitdiff
path: root/updater/version.h
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-04-21 13:01:53 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-04-21 13:01:53 +0000
commitc12debcb441a2078c30372ba77cfcf6bdb219bfd (patch)
tree83e95a90d743fc94751de2a4ddb2a9b33d645855 /updater/version.h
parent00a1cef967087b7c85b9ef39b63ba0662fa13080 (diff)
Added beta indication when update
More performance improvements git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@509 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/version.h')
-rw-r--r--updater/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/version.h b/updater/version.h
index e8c5e9f..593f232 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 4
+#define __BUILD_NUM 5
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM