diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-03-21 22:21:47 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-03-21 22:21:47 +0000 |
commit | ffd85f42bf93e25295cba8623aa391c1354a3465 (patch) | |
tree | 29347f93808b96c5fe6a887c5fd7f67e53fbad39 | |
parent | 43683fbb7ca4209d4f782d9982892a0f85b1ba20 (diff) |
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@141 4f64403b-2f21-0410-a795-97e2b3489a10
-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 96958fb..16ace46 100644 --- a/updater/version.h +++ b/updater/version.h @@ -5,7 +5,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 5
#define __RELEASE_NUM 0
-#define __BUILD_NUM 0
+#define __BUILD_NUM 1
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|