summaryrefslogtreecommitdiff
path: root/protocols/Tox/include
diff options
context:
space:
mode:
authoraunsane <aunsane@gmail.com>2017-08-21 22:28:18 +0300
committeraunsane <aunsane@gmail.com>2017-08-21 22:28:50 +0300
commit73457a3904d1d0547148502f4fa66ec4f5778b53 (patch)
tree0586492d34dfe8953465c84e9afee0434ce0c5e0 /protocols/Tox/include
parentc0cd7f30039d7ad91428fed5ab212693f45fea9a (diff)
Tox: updated libtox
Diffstat (limited to 'protocols/Tox/include')
-rw-r--r--protocols/Tox/include/tox.h2
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);