diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-01-08 11:43:23 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-01-08 11:43:23 +0000 |
commit | ac22f38b00333bc5e040bec7a7a3fe17440d39a9 (patch) | |
tree | 9c1743f9bda7ff595ce816807ee5366bbee8247a /protocols/Tox/src/version.h | |
parent | 73e5ac314f168e2159e86c4f7f4f82089d7b2363 (diff) |
Tox:
- fixed minor issues
- updated tox core
git-svn-id: http://svn.miranda-ng.org/main/trunk@16059 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/version.h')
-rw-r--r-- | protocols/Tox/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/version.h b/protocols/Tox/src/version.h index c2f197b3a0..3be210f073 100644 --- a/protocols/Tox/src/version.h +++ b/protocols/Tox/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
#define __RELEASE_NUM 1
-#define __BUILD_NUM 18
+#define __BUILD_NUM 19
#include <stdver.h>
|