diff options
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"
|