diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-10-20 15:13:37 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-10-20 15:13:37 +0000 |
commit | 7d1babb61cffcf4c376463053397e3b11659f349 (patch) | |
tree | b8249b332a665b5d95a413d92b3729cd138be2cf /protocols/Omegle/src/version.h | |
parent | 7d1d2dad298eb1fb008c3116dc7c62dda051645b (diff) |
Omegle: Various improvements; version bump
* Show icon with typing info in statusbar
* Don't send "hi message" when in mode for anwering questions
* Clear typing info on more events (e.g. on spy message)
* Fix icons labels in icolib
* Fix help messages
* Show which stranger is typing in spy mode
git-svn-id: http://svn.miranda-ng.org/main/trunk@15582 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Omegle/src/version.h')
-rw-r--r-- | protocols/Omegle/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Omegle/src/version.h b/protocols/Omegle/src/version.h index 24b7c2d86c..e41473ce57 100644 --- a/protocols/Omegle/src/version.h +++ b/protocols/Omegle/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
-#define __RELEASE_NUM 2
-#define __BUILD_NUM 3
+#define __RELEASE_NUM 3
+#define __BUILD_NUM 0
#include <stdver.h>
|