summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2018-04-04 22:18:26 +0200
committerRobin Lindén <dev@robinlinden.eu>2018-04-18 00:13:16 +0200
commit2824daf74a6d2bd60ebaf387a30f1b7719b6b67c (patch)
treee66f40babf80d6661ebe01d1e98bede2c36e8fd4 /toxcore/tox.h
parente16cf49b21c6434c44040c23f07f5874442f3589 (diff)
Release v0.2.2
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 c65f1e25..d5834095 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 1 183#define TOX_VERSION_PATCH 2
184 184
185uint32_t tox_version_patch(void); 185uint32_t tox_version_patch(void);
186 186