diff options
author | George Hazan <george.hazan@gmail.com> | 2015-03-06 15:58:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-03-06 15:58:41 +0000 |
commit | 4d7709c7b8fc466d21158670bb94aaea23ecb2e5 (patch) | |
tree | 5dce3c9dbdfafb91d4dc2c5fc46190dced322b04 /protocols/WhatsApp/src/version.h | |
parent | 80697b0e53191d73dfb440b334a928cbf0bc9c2c (diff) |
fix for the wrong date formatting
git-svn-id: http://svn.miranda-ng.org/main/trunk@12351 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 eec0da9fe0..8abf89f928 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 11
+#define __BUILD_NUM 12
#include <stdver.h>
|