summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2017-01-12 15:48:39 +0000
committeriphydf <iphydf@users.noreply.github.com>2017-01-12 15:48:39 +0000
commit27a97a8280813ec05a5209811c40ab23203bb292 (patch)
treef7f70341f9d53999ad551313b67a58bc82d39590 /toxcore/tox.h
parent64807652223f27de23e7173e3fa6ca7eb2ff9351 (diff)
Release v0.1.4.
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 559f8f53..bd8dfa7b 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 3 183#define TOX_VERSION_PATCH 4
184 184
185uint32_t tox_version_patch(void); 185uint32_t tox_version_patch(void);
186 186