diff options
Diffstat (limited to 'MirOTR/version.h')
-rw-r--r-- | MirOTR/version.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/MirOTR/version.h b/MirOTR/version.h index 5f8b2e4..c4d78db 100644 --- a/MirOTR/version.h +++ b/MirOTR/version.h @@ -3,19 +3,19 @@ /* VERSION DEFINITIONS */
#define VER_MAJOR 0
-#define VER_MINOR 10
-#define VER_RELEASE 3
-#define VER_BUILD 1
+#define VER_MINOR 11
+#define VER_RELEASE 0
+#define VER_BUILD 0
#define __STRINGIZE(x) #x
-#define VER_STRING "0.10.3.1"
+#define VER_STRING "0.11.0.0"
#ifdef _UNICODE #define SHORT_NAME_STRING "Miranda OTR"
#define DESC_STRING "OTR (Off-the-Record) plugin for Miranda IM"
#else
- #define SHORT_NAME_STRING "Miranda OTR (ANSI)"
- #define DESC_STRING "OTR (Off-the-Record) plugin for Miranda IM (ANSI)"
+ #define SHORT_NAME_STRING "Miranda OTR (x64)"
+ #define DESC_STRING "OTR (Off-the-Record) plugin for Miranda IM (64Bit)"
#endif
#define LONGDESC_STRING DESC_STRING" ("__DATE__")\r\n(using some code and ideas from SecureIM, Pidgin-OTR and old Miranda OTR (by SJE))"
#define COMPANY_NAME ""
@@ -30,7 +30,7 @@ #define PRODUCT_VERSION VER_STRING
-#define AUTHOR "ProgAndy"
+#define AUTHOR "ProgAndy & CHEF-KOCH"
#define AUTHOR_MAIL ""
#define HOMEPAGE "http://progandy.co.cc"
|