diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-11-14 13:59:13 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-11-14 13:59:13 +0000 |
commit | 29bd9ad7abfe2d9f3e55ece719ac48534b08ea62 (patch) | |
tree | 1031e339ac63fe030f234a773c0a2087c17b6d39 /protocols/Tox/src | |
parent | 06639e0d8ec7a181417fbc645e353acdcac8f271 (diff) |
Tox: updated libtox and tools
git-svn-id: http://svn.miranda-ng.org/main/trunk@15721 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src')
-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 3565de6e6c..977e7295a4 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 14
+#define __BUILD_NUM 15
#include <stdver.h>
|