diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-07-14 10:54:04 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-07-14 10:54:04 +0000 |
commit | 8128db96b8cb2078a82f49fd6026b618560d6d8f (patch) | |
tree | 2bafd319b2dc5a9068af4e54bd95b46e137e723c /meta2/version.h | |
parent | 1bc101d3173029b6852965bd46a105fcb6ce17d0 (diff) |
reorganised settings overrides
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@418 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'meta2/version.h')
-rw-r--r-- | meta2/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta2/version.h b/meta2/version.h index f02f51c..8e73d84 100644 --- a/meta2/version.h +++ b/meta2/version.h @@ -5,7 +5,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 0
-#define __BUILD_NUM 16
+#define __BUILD_NUM 17
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|