diff options
author | admin@progandy.co.cc <admin@progandy.co.cc@eced67a3-f377-a0ae-92ae-d6de1850b05a> | 2010-09-17 15:54:05 +0000 |
---|---|---|
committer | admin@progandy.co.cc <admin@progandy.co.cc@eced67a3-f377-a0ae-92ae-d6de1850b05a> | 2010-09-17 15:54:05 +0000 |
commit | 829a36e14888e39fa3479921835d2a92cbafe895 (patch) | |
tree | fe4dddceab095a9833c1a73870566ebdeca58524 | |
parent | 2ebd139da2e1abf4fa148012ce741870485229e8 (diff) |
- version bump, last (unsupported) ANSI-build
git-svn-id: http://mirotr.googlecode.com/svn/trunk@20 eced67a3-f377-a0ae-92ae-d6de1850b05a
-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 ac4590c..5f8b2e4 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 2
-#define VER_BUILD 3
+#define VER_RELEASE 3
+#define VER_BUILD 1
#define __STRINGIZE(x) #x
-#define VER_STRING "0.10.2.3"
+#define VER_STRING "0.10.3.1"
#ifdef _UNICODE #define SHORT_NAME_STRING "Miranda OTR"
|