diff options
-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"
|