diff options
author | aunsane <aunsane@gmail.com> | 2017-08-21 22:28:18 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2017-08-21 22:28:50 +0300 |
commit | 73457a3904d1d0547148502f4fa66ec4f5778b53 (patch) | |
tree | 0586492d34dfe8953465c84e9afee0434ce0c5e0 /protocols/Tox/include | |
parent | c0cd7f30039d7ad91428fed5ab212693f45fea9a (diff) |
Tox: updated libtox
Diffstat (limited to 'protocols/Tox/include')
-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 ef38789370..373138c4eb 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 9 +#define TOX_VERSION_PATCH 10 uint32_t tox_version_patch(void); |