diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-08-20 04:36:27 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-08-20 04:36:27 +0000 |
commit | 51eb51ae0c417a76dbbd9533639e533d63597842 (patch) | |
tree | 0cbd60ba4f52403493bc77482d21722388158240 /MySpace/version.h | |
parent | 0841bef9c8e05efa48ebe9c703fbd8ce8fb1a278 (diff) |
fix for zap menu not showing for new contacts (thx plastic)
lookup user info when adding permanently to list or via contact search
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@327 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 b5cedcf..d4ce78f 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 9
+#define __BUILD_NUM 10
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|