summaryrefslogtreecommitdiff
path: root/MirOTR/version.h
diff options
context:
space:
mode:
authorNvinside <Nvinside@eced67a3-f377-a0ae-92ae-d6de1850b05a>2010-09-17 21:43:15 +0000
committerNvinside <Nvinside@eced67a3-f377-a0ae-92ae-d6de1850b05a>2010-09-17 21:43:15 +0000
commitc475377ad4dda8d4498fc7e418375f9041e04578 (patch)
tree8ecff8e987a478597c39973a571bd113331ce85d /MirOTR/version.h
parent2086396e736d0f41ab2654c8269db013af5284c6 (diff)
MirOTR 0.11.0.0:
Part 1 (i will some work add later!) * added german langpack.txt + x64 compatible (many thanks to thfabba) ! fixed some memory leaks git-svn-id: http://mirotr.googlecode.com/svn/trunk@22 eced67a3-f377-a0ae-92ae-d6de1850b05a
Diffstat (limited to 'MirOTR/version.h')
-rw-r--r--MirOTR/version.h14
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"