summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-12-30 13:34:26 +0000
committeriphydf <iphydf@users.noreply.github.com>2017-01-05 22:02:11 +0000
commitfdb46f6cf216a866d29402ae991be9c43282dde6 (patch)
tree97698e46de5b229377a136b6bc22a9a8cdc87db2 /toxcore/tox.h
parent59e2a844f04a8725e8079f854158aa86ef5988b2 (diff)
Release v0.1.3.
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 dd868ff8..559f8f53 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 2 183#define TOX_VERSION_PATCH 3
184 184
185uint32_t tox_version_patch(void); 185uint32_t tox_version_patch(void);
186 186