diff options
author | admin@progandy.co.cc <admin@progandy.co.cc@eced67a3-f377-a0ae-92ae-d6de1850b05a> | 2010-09-15 18:01:16 +0000 |
---|---|---|
committer | admin@progandy.co.cc <admin@progandy.co.cc@eced67a3-f377-a0ae-92ae-d6de1850b05a> | 2010-09-15 18:01:16 +0000 |
commit | 9ff42f0ce72e234de4ab575cb48ca7fa4a9992c7 (patch) | |
tree | 5541aad1b1bb4eca381977f1096ac2706ca1a396 /MirOTR/version.h | |
parent | fa7c6913dd96ba0282af7b5be85213bb1ce32efa (diff) |
- fixed crash in Jabber. maybe other protocls were affected, too.
- added basic html conversion for outgoing data
- fixed html conversion for incoming data
git-svn-id: http://mirotr.googlecode.com/svn/trunk@14 eced67a3-f377-a0ae-92ae-d6de1850b05a
Diffstat (limited to 'MirOTR/version.h')
-rw-r--r-- | MirOTR/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MirOTR/version.h b/MirOTR/version.h index 7a8b1ec..ac4590c 100644 --- a/MirOTR/version.h +++ b/MirOTR/version.h @@ -4,11 +4,11 @@ /* VERSION DEFINITIONS */
#define VER_MAJOR 0
#define VER_MINOR 10
-#define VER_RELEASE 1
-#define VER_BUILD 2
+#define VER_RELEASE 2
+#define VER_BUILD 3
#define __STRINGIZE(x) #x
-#define VER_STRING "0.10.1.2"
+#define VER_STRING "0.10.2.3"
#ifdef _UNICODE #define SHORT_NAME_STRING "Miranda OTR"
|