diff options
author | George Hazan <george.hazan@gmail.com> | 2015-01-29 16:24:44 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-01-29 16:24:44 +0000 |
commit | 518e9a70f554179f344510f594d7d759b56cea58 (patch) | |
tree | c1e952b455e38e5ab2ee92a8868afc34f51364ed /protocols/WhatsApp/src/version.h | |
parent | 25a7a059a20f51e6df201ba606e38c4aef45e8f0 (diff) |
fix for the automatic nick name extraction
git-svn-id: http://svn.miranda-ng.org/main/trunk@11951 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 6d60ffbd86..f762aa15d7 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 4
+#define __BUILD_NUM 5
#include <stdver.h>
|