summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2017-04-14 13:21:21 +0200
committerRobin Lindén <dev@robinlinden.eu>2017-04-27 20:20:19 +0200
commitf6db9333e2d1262e7ba3846563c30f63c98ffa38 (patch)
tree721604078aa76f0f2b01fe19da854409554da694 /toxcore/tox.h
parentc25e3d2d7c08201f74768fda9a650a7b80c8ec88 (diff)
Release v0.1.8
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 75757b6f..f7e24ebf 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 7 183#define TOX_VERSION_PATCH 8
184 184
185uint32_t tox_version_patch(void); 185uint32_t tox_version_patch(void);
186 186