diff options
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 bdfa60a..04ace48 100644 --- a/MirOTR/version.h +++ b/MirOTR/version.h @@ -3,12 +3,12 @@ /* VERSION DEFINITIONS */
#define VER_MAJOR 0
-#define VER_MINOR 8
-#define VER_RELEASE 6
+#define VER_MINOR 9
+#define VER_RELEASE 1
#define VER_BUILD 1
#define __STRINGIZE(x) #x
-#define VER_STRING "0.8.6.1"
+#define VER_STRING "0.9.1.1"
#ifdef _UNICODE #define SHORT_NAME_STRING "Miranda OTR"
|