summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2017-06-06 22:29:58 +0200
committerRobin Lindén <dev@robinlinden.eu>2017-06-06 22:50:57 +0200
commita429ef4a28a5e5e0ad010efffb76d2abc3ada0af (patch)
tree191486bd022da1243396d11766e1ac83de6fa7f5 /toxcore/tox.h
parentb02f68bb4b7cb2d048efb76e5e3b8d481c3dae51 (diff)
Release v0.1.9
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 f7e24ebf..0e5d27e5 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 8 183#define TOX_VERSION_PATCH 9
184 184
185uint32_t tox_version_patch(void); 185uint32_t tox_version_patch(void);
186 186