diff options
| author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-08-01 12:08:20 +0000 |
|---|---|---|
| committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-08-01 12:08:20 +0000 |
| commit | 46274e08f27714a3969002d8dfdc16aca7eb65ef (patch) | |
| tree | 611dc8db9e6891e3a991fd1f9ac8420e36bce208 /MySpace/version.h | |
| parent | 9baca65df9519bf48e2820c06f5612d29be4637a (diff) | |
fix - initially idle contacts stay offline
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@319 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 5eb178c..b5cedcf 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 8
+#define __BUILD_NUM 9
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|
