summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-11-14 02:20:25 +0100
committeriphydf <iphydf@users.noreply.github.com>2016-11-14 02:20:25 +0100
commit404042cc2db5a7e45ebcd0149b8298e54075463a (patch)
treee098935b966af784c4255c87af1c72ee4d1a9599 /toxcore/tox.h
parent06ad5613bc5b4a70a1553430eefafeccf9efbe5c (diff)
v0.0.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 1662318b..eae37ac2 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