diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-10 18:39:09 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-10 18:39:09 +0000 |
commit | fd215b11baee74952e38d31cc5fce3cc27b1c9fb (patch) | |
tree | 6a99c38223a0662cf6dc662154ef504f8f1e665a /updater/version.h | |
parent | 7ff77e14ede656afce89019bc169014312fcad72 (diff) |
Cosmetic changes and version bump
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@507 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 51e7758..e8c5e9f 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 3
+#define __BUILD_NUM 4
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|