summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2017-01-19 18:26:48 +0000
committeriphydf <iphydf@users.noreply.github.com>2017-01-19 18:26:48 +0000
commit995578f1038842288c1ff552fd796ab2377db6e1 (patch)
treeb04c6cfbd7e4b8b4cec9adab9db78b7c2c546be2 /toxcore/tox.h
parentf58dbe250329aad0ac2d54789359c162f43de311 (diff)
Release v0.1.5.
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 eb644ef8..c697be64 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 4 183#define TOX_VERSION_PATCH 5
184 184
185uint32_t tox_version_patch(void); 185uint32_t tox_version_patch(void);
186 186