summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2017-03-26 15:42:48 +0200
committerRobin Lindén <dev@robinlinden.eu>2017-03-26 15:42:48 +0200
commit48c86e942d487a8856cbd25797b320bfb1879ddc (patch)
tree6cbc52f8f38dd3b8c85100866e15847efae71960 /toxcore/tox.h
parent3adc2b8f5b173c1ea569d526eb554f701888257e (diff)
Release v0.1.7
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 48cb8271..f7724c8f 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 6 183#define TOX_VERSION_PATCH 7
184 184
185uint32_t tox_version_patch(void); 185uint32_t tox_version_patch(void);
186 186