diff options
author | George Hazan <ghazan@miranda.im> | 2018-01-25 20:36:15 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-01-25 20:36:15 +0300 |
commit | 1ca493fc7af16dd20ad13453fc19774da3c65181 (patch) | |
tree | 2266e08cac1826ce348d9e151a5c48c5a08eba64 /protocols/IcqOscarJ/src/version.h | |
parent | ddb2be6e2d260554268db4d4744b38ac00697289 (diff) |
fixes #1117 (Empty messages on restart seen by official ICQ client on iOS)
Diffstat (limited to 'protocols/IcqOscarJ/src/version.h')
-rw-r--r-- | protocols/IcqOscarJ/src/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/IcqOscarJ/src/version.h b/protocols/IcqOscarJ/src/version.h index 4e7f36327b..253becb75d 100644 --- a/protocols/IcqOscarJ/src/version.h +++ b/protocols/IcqOscarJ/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
-#define __MINOR_VERSION 11
-#define __RELEASE_NUM 3
-#define __BUILD_NUM 6
+#define __MINOR_VERSION 95
+#define __RELEASE_NUM 8
+#define __BUILD_NUM 1
#include <stdver.h>
|