diff options
Diffstat (limited to 'otr/otr_private.h')
-rw-r--r-- | otr/otr_private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/otr/otr_private.h b/otr/otr_private.h index 6e18b13..b153bc1 100644 --- a/otr/otr_private.h +++ b/otr/otr_private.h @@ -3,9 +3,9 @@ /* VERSION DEFINITIONS */
#define VER_MAJOR 0
-#define VER_MINOR 6
-#define VER_RELEASE 0
-#define VER_BUILD 4
+#define VER_MINOR 7
+#define VER_RELEASE 0
+#define VER_BUILD 0
#define __STRINGIZE(x) #x
#define VER_STRING __STRINGIZE( VER_MAJOR.VER_MINOR.VER_RELEASE.VER_BUILD )
|