diff options
author | George Hazan <george.hazan@gmail.com> | 2015-03-02 17:26:52 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-03-02 17:26:52 +0000 |
commit | 98d1364fe37597a79535f4982bf93b66acd8286d (patch) | |
tree | 45324c4f4a56236141de79c83a4a51e964133919 /protocols/WhatsApp/src/version.h | |
parent | 20cc2883a8790563b18e7ba2985b6e92b27073af (diff) |
- fix for writing LastSeen information;
- fix for receiving error 404 on long contact lists;
- iq:last query moved to the UserInfo dialog opening;
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@12301 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/version.h')
-rw-r--r-- | protocols/WhatsApp/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/version.h b/protocols/WhatsApp/src/version.h index 68c9bb15df..eec0da9fe0 100644 --- a/protocols/WhatsApp/src/version.h +++ b/protocols/WhatsApp/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 2
-#define __BUILD_NUM 10
+#define __BUILD_NUM 11
#include <stdver.h>
|