diff options
| author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-10-03 06:02:50 +0000 |
|---|---|---|
| committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-10-03 06:02:50 +0000 |
| commit | e52098965bc45872cff2d99147b0c27769c146f0 (patch) | |
| tree | 15b615f777658cd9bce800475b666f121c2f0f3c /meta2/version.h | |
| parent | c6a2d1cb7f370fe7a64928610a6235505aea7c2d (diff) | |
added updater support
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@341 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'meta2/version.h')
| -rw-r--r-- | meta2/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta2/version.h b/meta2/version.h index 81ba1a8..380985b 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 1
+#define __BUILD_NUM 2
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __FILEVERSION_STRING_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
@@ -13,9 +13,9 @@ #define __VERSION_STRING __STRINGIFY(__FILEVERSION_STRING_DOTS)
#ifdef _UNICODE
-#define __PLUGIN_NAME "meta2 (Unicode)"
+#define __PLUGIN_NAME "MetaContacts mk2 (Unicode)"
#else
-#define __PLUGIN_NAME "meta2"
+#define __PLUGIN_NAME "MetaContacts mk2"
#endif
#define __FILENAME "meta2.dll"
|
