summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2017-12-17 19:08:13 +0100
committerRobin Lindén <dev@robinlinden.eu>2017-12-26 17:46:13 +0100
commitfc0cc08b2115d037551369f69519e95e841643aa (patch)
tree26b19d8cfcd8024bf3a94af445f064f95a17eacb /toxcore/tox.h
parentdf40fd8db0af5d74870de1c777bd955536bac3e7 (diff)
Release v0.1.11
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r--toxcore/tox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index 30bc9509..cb9c4fa0 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -180,7 +180,7 @@ uint32_t tox_version_minor(void);
180 * The patch or revision number. Incremented when bugfixes are applied without 180 * The patch or revision number. Incremented when bugfixes are applied without
181 * changing any functionality or API or ABI. 181 * changing any functionality or API or ABI.
182 */ 182 */
183#define TOX_VERSION_PATCH 10 183#define TOX_VERSION_PATCH 11
184 184
185uint32_t tox_version_patch(void); 185uint32_t tox_version_patch(void);
186 186