summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-12-23 02:41:01 +0000
committeriphydf <iphydf@users.noreply.github.com>2016-12-23 02:41:01 +0000
commita096c71db867ac83fc3e01e0fbe98573d20f9286 (patch)
tree7f45209a0e1a91248f76bde0fd96f68491d2e9cf /toxcore/tox.h
parentce49e88d33c886a5b83c5f50681f2122cd32c0a5 (diff)
Release v0.1.2
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 5497d9e7..dd868ff8 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 1 183#define TOX_VERSION_PATCH 2
184 184
185uint32_t tox_version_patch(void); 185uint32_t tox_version_patch(void);
186 186