summaryrefslogtreecommitdiff
path: root/toxcore/tox.api.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.api.h
parente16cf49b21c6434c44040c23f07f5874442f3589 (diff)
Release v0.2.2
Diffstat (limited to 'toxcore/tox.api.h')
-rw-r--r--toxcore/tox.api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/tox.api.h b/toxcore/tox.api.h
index d6148414..1c3b1121 100644
--- a/toxcore/tox.api.h
+++ b/toxcore/tox.api.h
@@ -179,7 +179,7 @@ const VERSION_MINOR = 2;
179 * The patch or revision number. Incremented when bugfixes are applied without 179 * The patch or revision number. Incremented when bugfixes are applied without
180 * changing any functionality or API or ABI. 180 * changing any functionality or API or ABI.
181 */ 181 */
182const VERSION_PATCH = 1; 182const VERSION_PATCH = 2;
183 183
184/** 184/**
185 * A macro to check at preprocessing time whether the client code is compatible 185 * A macro to check at preprocessing time whether the client code is compatible