diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-12-09 18:21:09 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-12-09 18:21:09 +0000 |
commit | 80fc8a06568a0fe4e6f483ec79e537f30e3d1442 (patch) | |
tree | 0ec39c114e9cd30acf7e2cb0265eec7a473fc581 /protocols/Tox/src/version.h | |
parent | eae9d0c5494e3ee550d9236069014bd82589c00a (diff) |
Tox: updated tox core
git-svn-id: http://svn.miranda-ng.org/main/trunk@15834 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 32e80a4155..d768874e09 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 16
+#define __BUILD_NUM 17
#include <stdver.h>
|