diff options
author | Nvinside <Nvinside@eced67a3-f377-a0ae-92ae-d6de1850b05a> | 2011-07-17 17:21:00 +0000 |
---|---|---|
committer | Nvinside <Nvinside@eced67a3-f377-a0ae-92ae-d6de1850b05a> | 2011-07-17 17:21:00 +0000 |
commit | e91fa6de03f2351bc128a015978a657409d351b4 (patch) | |
tree | 55c8a90307f62c7025e10f64f5680424da333da2 /MirOTR/version.h | |
parent | 730ca7df52f2d5bec80da755eac0f140f6be5929 (diff) |
finally a metacontacts solution by the_nic (thanks again)
git-svn-id: http://mirotr.googlecode.com/svn/trunk@59 eced67a3-f377-a0ae-92ae-d6de1850b05a
Diffstat (limited to 'MirOTR/version.h')
-rw-r--r-- | MirOTR/version.h | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/MirOTR/version.h b/MirOTR/version.h index c536358..2c9a6c5 100644 --- a/MirOTR/version.h +++ b/MirOTR/version.h @@ -2,13 +2,13 @@ #define OTR_PRIVATE_H
/* VERSION DEFINITIONS */
-#define VER_MAJOR 0
-#define VER_MINOR 11
-#define VER_RELEASE 0
-#define VER_BUILD 2
+#define VER_MAJOR 0
+#define VER_MINOR 11
+#define VER_RELEASE 0
+#define VER_BUILD 3
-#define __STRINGIZE(x) #x
-#define VER_STRING "0.11.0.2"
+#define __STRINGIZE(x) #x
+#define VER_STRING "0.11.0.3"
#ifdef _UNICODE
#define SHORT_NAME_STRING "Miranda OTR"
@@ -17,21 +17,21 @@ #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 ""
-#define FILE_VERSION VER_STRING
-#define FILE_DESCRIPTION DESC_STRING
-#define INTERNAL_NAME ""
-#define LEGAL_COPYRIGHT "© ProgAndy & CHEF-KOCH"
-#define LEGAL_COPYRIGHT_LONG "© ProgAndy & CHEF-KOCH"
-#define LEGAL_TRADEMARKS ""
-#define ORIGINAL_FILENAME "mirotr.dll"
-#define PRODUCT_NAME DESC_STRING
-#define PRODUCT_VERSION VER_STRING
+#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 ""
+#define FILE_VERSION VER_STRING
+#define FILE_DESCRIPTION DESC_STRING
+#define INTERNAL_NAME ""
+#define LEGAL_COPYRIGHT "© ProgAndy & CHEF-KOCH"
+#define LEGAL_COPYRIGHT_LONG "© ProgAndy & CHEF-KOCH"
+#define LEGAL_TRADEMARKS ""
+#define ORIGINAL_FILENAME "mirotr.dll"
+#define PRODUCT_NAME DESC_STRING
+#define PRODUCT_VERSION VER_STRING
-#define AUTHOR "ProgAndy & CHEF-KOCH"
-#define AUTHOR_MAIL ""
-#define HOMEPAGE "http://progandy.co.cc"
+#define AUTHOR "ProgAndy & CHEF-KOCH"
+#define AUTHOR_MAIL ""
+#define HOMEPAGE "http://progandy.co.cc"
#endif /*OTR_PRIVATE_H*/
|