diff options
author | Kirill Volinsky <KVolinsky@COMMON.EU.CORP.TOYOTA.com> | 2017-06-16 09:01:02 +0300 |
---|---|---|
committer | Kirill Volinsky <KVolinsky@COMMON.EU.CORP.TOYOTA.com> | 2017-06-16 09:01:02 +0300 |
commit | 5c191ef54dfc00c1a25ad4e0fbc4ae290ebf2589 (patch) | |
tree | 9ac9444a66d4d9057fbd22b76d95ee078500e32b /protocols/Tox/include/tox.h | |
parent | 4f6145c3b880aba158633af290ce1210dcec95a1 (diff) |
Tox: library update
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 11633b7b87..ef38789370 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 8 +#define TOX_VERSION_PATCH 9 uint32_t tox_version_patch(void); |