summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2017-08-06 12:18:44 +0200
committerRobin Lindén <dev@robinlinden.eu>2017-08-06 12:22:48 +0200
commit6295d28a1ec00d1caa03adce8fac6baf456ca7da (patch)
tree04aef40faedea61fc03e19a4cdf07fc4d611bba1 /toxcore/tox.h
parent5dd255729a1e09fa44334da89f2e46f272aea583 (diff)
Release v0.1.10
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 0e5d27e5..30bc9509 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 9 183#define TOX_VERSION_PATCH 10
184 184
185uint32_t tox_version_patch(void); 185uint32_t tox_version_patch(void);
186 186