summaryrefslogtreecommitdiff
path: root/toxcore/tox.api.h
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2018-08-08 19:38:31 +0200
committerRobin Lindén <dev@robinlinden.eu>2018-08-08 19:38:31 +0200
commitffd71e895b8b553f233ffafe611f337ab5c18d47 (patch)
tree4ea45b4636457aec29fa42ca192a12a8896a922f /toxcore/tox.api.h
parentcd98ec4c165a34093b2a6331dfc1e93861938a4c (diff)
Release 0.2.5
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 7cc58e3b..24360641 100644
--- a/toxcore/tox.api.h
+++ b/toxcore/tox.api.h
@@ -182,7 +182,7 @@ const VERSION_MINOR = 2;
182 * The patch or revision number. Incremented when bugfixes are applied without 182 * The patch or revision number. Incremented when bugfixes are applied without
183 * changing any functionality or API or ABI. 183 * changing any functionality or API or ABI.
184 */ 184 */
185const VERSION_PATCH = 4; 185const VERSION_PATCH = 5;
186 186
187/** 187/**
188 * A macro to check at preprocessing time whether the client code is compatible 188 * A macro to check at preprocessing time whether the client code is compatible