diff options
author | aunsane <aunsane@gmail.com> | 2017-03-26 22:16:41 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2017-03-26 22:17:07 +0300 |
commit | 9da0e2174a4d557f55c17fc0f82df3f6f34f58cf (patch) | |
tree | 96dc5006586e412dcb7406f14dc9d4855fcc711a /protocols/Tox/src | |
parent | ed6386d96cea6837d005b1881a237447043dc84e (diff) |
Tox: updated toxcore to 0.1.7
version bump
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 549ff228cd..99460d36b1 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 22
+#define __BUILD_NUM 23
#include <stdver.h>
|