diff options
| author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-04 15:43:37 +0000 |
|---|---|---|
| committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-04 15:43:37 +0000 |
| commit | 60ed886ccef201a29a4f3a40fe582e97329ed8de (patch) | |
| tree | 301095c00e4757940acb85c7ece66104cdcced55 /MySpace/version.h | |
| parent | c1a342fda340671550283e104b7e4d942745d9cb (diff) | |
added idle support
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@250 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 8dcc3b3..c0a90b5 100644 --- a/MySpace/version.h +++ b/MySpace/version.h @@ -4,8 +4,8 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
-#define __RELEASE_NUM 1
-#define __BUILD_NUM 19
+#define __RELEASE_NUM 2
+#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
|
