diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-11-21 06:43:09 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-11-21 06:43:09 +0000 |
commit | a12834357408f90a134b1dd4de3527e2fe85b977 (patch) | |
tree | b69aecc5672c9c6f2959f8195d807453348a2b7f /meta2/version.h | |
parent | 36c83d1449804303aa2c72262627fde85441ccda (diff) |
ignore subcontact online notifications
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@383 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'meta2/version.h')
-rw-r--r-- | meta2/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta2/version.h b/meta2/version.h index 78dac87..72ff1e4 100644 --- a/meta2/version.h +++ b/meta2/version.h @@ -5,7 +5,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 0
-#define __BUILD_NUM 14
+#define __BUILD_NUM 15
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
|