diff options
author | George Hazan <george.hazan@gmail.com> | 2014-09-19 19:39:47 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-09-19 19:39:47 +0000 |
commit | 23f32f99462c0cda3fc5f424d62e96c04610dd2c (patch) | |
tree | 0af9d7a7fd4bef44cbf464497c7ac5e362e50b55 /protocols/WhatsApp/src/version.h | |
parent | 790a9ef705b7daa7017bec41775980814bc42c59 (diff) |
sms code field divided into two separate fields
git-svn-id: http://svn.miranda-ng.org/main/trunk@10531 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 46c9824af4..7586a6bc23 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 2
+#define __BUILD_NUM 3
#include <stdver.h>
|