diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-02 04:28:46 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-02 04:28:46 +0000 |
commit | 5be409c981e54efd335f311f082bc6a3dc18fadf (patch) | |
tree | 609b43d713ac62eab883acd5521b761c9ed1955c /MySpace/version.h | |
parent | 3413f527f0945d08dc9102e75b2d9630d6855ed1 (diff) |
fix for nick formatting
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@238 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'MySpace/version.h')
-rw-r--r-- | MySpace/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MySpace/version.h b/MySpace/version.h index fcb5ed7..775d2aa 100644 --- a/MySpace/version.h +++ b/MySpace/version.h @@ -5,7 +5,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 1
-#define __BUILD_NUM 8
+#define __BUILD_NUM 9
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|