summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2017-03-04 00:44:57 -0500
committerMaxim Biro <nurupo.contributions@gmail.com>2017-03-12 08:34:53 -0400
commit10deb2ab5f816c37ee721f48366858491830a3c7 (patch)
treee36c7ed40cd695df3e45340e5ce471d0ba10d8ac /toxcore/tox.h
parentc1e3358dcd144c83579287b34daba4ba5a7b22ff (diff)
Fix Travis always succeeding despite tests failing
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 c697be64..48cb8271 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 5 183#define TOX_VERSION_PATCH 6
184 184
185uint32_t tox_version_patch(void); 185uint32_t tox_version_patch(void);
186 186