diff options
author | admin@progandy.co.cc <admin@progandy.co.cc@eced67a3-f377-a0ae-92ae-d6de1850b05a> | 2010-09-13 18:11:13 +0000 |
---|---|---|
committer | admin@progandy.co.cc <admin@progandy.co.cc@eced67a3-f377-a0ae-92ae-d6de1850b05a> | 2010-09-13 18:11:13 +0000 |
commit | 376594ac1d65cbb31165f5a74775d624c3fd2981 (patch) | |
tree | b1f9bf2ee2f1a82c5d9378c03cf09f72535c001d /MirOTR/version.h | |
parent | 99ef7f1cfcaa4ead4b860faec88754abbe31ebfc (diff) |
- added basic html conversion for receiving (maybe a bit too powerful)
- some bugfixes
git-svn-id: http://mirotr.googlecode.com/svn/trunk@12 eced67a3-f377-a0ae-92ae-d6de1850b05a
Diffstat (limited to 'MirOTR/version.h')
-rw-r--r-- | MirOTR/version.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MirOTR/version.h b/MirOTR/version.h index d8c314c..936cae7 100644 --- a/MirOTR/version.h +++ b/MirOTR/version.h @@ -3,12 +3,12 @@ /* VERSION DEFINITIONS */
#define VER_MAJOR 0
-#define VER_MINOR 9
-#define VER_RELEASE 4
-#define VER_BUILD 1
+#define VER_MINOR 10
+#define VER_RELEASE 0
+#define VER_BUILD 5
#define __STRINGIZE(x) #x
-#define VER_STRING "0.9.4.1"
+#define VER_STRING "0.10.0.5"
#ifdef _UNICODE #define SHORT_NAME_STRING "Miranda OTR"
|