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/include/tox.h | |
parent | ed6386d96cea6837d005b1881a237447043dc84e (diff) |
Tox: updated toxcore to 0.1.7
version bump
Diffstat (limited to 'protocols/Tox/include/tox.h')
-rw-r--r-- | protocols/Tox/include/tox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/include/tox.h b/protocols/Tox/include/tox.h index bae84dd26c..5b3725dca9 100644 --- a/protocols/Tox/include/tox.h +++ b/protocols/Tox/include/tox.h @@ -180,7 +180,7 @@ uint32_t tox_version_minor(void); * The patch or revision number. Incremented when bugfixes are applied without * changing any functionality or API or ABI. */ -#define TOX_VERSION_PATCH 5 +#define TOX_VERSION_PATCH 7 uint32_t tox_version_patch(void); |