diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-08-20 04:48:12 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-08-20 04:48:12 +0000 |
commit | 286ba17e0ca8e025941c8c3d454ea5c1b83b78e3 (patch) | |
tree | 6f62c5cd9e9540f8897371bb580987db47b2b3e0 /MySpace/version.h | |
parent | 51eb51ae0c417a76dbbd9533639e533d63597842 (diff) |
fix creating MYSPACE/srmmicon setting for any contact when window is opened
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@328 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 d4ce78f..c59f4bb 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 10
+#define __BUILD_NUM 11
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|