diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-08 17:27:12 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-08 17:27:12 +0000 |
commit | 37be3cf3d8e43198e577a85a6f2c6e12e8dd59db (patch) | |
tree | eec4448e7a3fdc127be1c508a6685f6d3ff67fe9 /MySpace/version.h | |
parent | 6b0cd0f2c3077d45cf86f413fdb35d2de2f1ae2e (diff) |
added profile comment and friend request notifications
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@260 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 bb11509..4ca9e2c 100644 --- a/MySpace/version.h +++ b/MySpace/version.h @@ -5,7 +5,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 3
-#define __BUILD_NUM 0
+#define __BUILD_NUM 3
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|