diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-09-05 00:40:07 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-09-05 00:40:07 +0000 |
commit | 078e9c45877ab309e5a03d00ea1d95d7e7dcf88a (patch) | |
tree | 54866a2285a47ac8af07db9603aa74a6895b5b93 /MySpace/version.h | |
parent | fb9a812c82eb4807aae69f8717dcb7e28ad22693 (diff) |
changed blog notification url
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@331 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 c59f4bb..e8e2e8e 100644 --- a/MySpace/version.h +++ b/MySpace/version.h @@ -5,7 +5,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 5
-#define __BUILD_NUM 11
+#define __BUILD_NUM 12
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|