summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-11-06 15:54:58 +0000
committeriphydf <iphydf@users.noreply.github.com>2016-11-07 00:56:59 +0000
commit2a7bc190041efb0b493d7b5235daf9c3abf0c516 (patch)
tree2322ec15c78ac5db8f89f4995c2dc2e0eff9717b /toxcore/tox.h
parent82515f92eecde2dffc0659519317d00459a09239 (diff)
Release v0.0.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 4c5266fa..1662318b 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