diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-01 11:21:23 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-01 11:21:23 +0000 |
commit | fc70234c12fc3f9825484bdba094f306d0779c88 (patch) | |
tree | dd85db29df2bf15e61b29c4763e0d6e0f3c47f4b /MySpace/version.h | |
parent | ff7aec36581526087e368e4bf6b2e8be7ccfa46e (diff) |
format text, incoming & outgoing
updater support
encrypt password in db
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@229 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'MySpace/version.h')
-rw-r--r-- | MySpace/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MySpace/version.h b/MySpace/version.h index d9c3688..36db18d 100644 --- a/MySpace/version.h +++ b/MySpace/version.h @@ -4,8 +4,8 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 1
+#define __RELEASE_NUM 1
+#define __BUILD_NUM 0
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|