summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-12-17 00:47:08 +0000
committeriphydf <iphydf@users.noreply.github.com>2016-12-17 00:47:08 +0000
commitb0647b174c324740ca3b80695b9cde5afd83b891 (patch)
treedc2f1ba876b973b6acd8f73810fc69d3bf954ce3 /toxcore/tox.h
parent1a1529c2c555bb5d6cee9804d3166e50adc5c222 (diff)
Release v0.1.1
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 602ec3c4..5497d9e7 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 0 183#define TOX_VERSION_PATCH 1
184 184
185uint32_t tox_version_patch(void); 185uint32_t tox_version_patch(void);
186 186