diff options
author | George Hazan <george.hazan@gmail.com> | 2014-11-10 17:19:12 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-11-10 17:19:12 +0000 |
commit | b43b7abf33f5b2ab480a85584df0e3ce8c76a8ca (patch) | |
tree | 98a2b9c9038974e76d40ffe7114bd7ea2df8290f /protocols/WhatsApp/src/version.h | |
parent | 7ec4cc63fa1b31af0496ac934d001323519c838f (diff) |
much less crazy imlementaion of xml reader
git-svn-id: http://svn.miranda-ng.org/main/trunk@10945 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 c4e377bccc..684deffc8a 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 0
-#define __BUILD_NUM 4
+#define __BUILD_NUM 5
#include <stdver.h>
|