summaryrefslogtreecommitdiff
path: root/toxcore/tox.api.h
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2019-05-30 15:21:27 +0200
committerRobin Lindén <dev@robinlinden.eu>2019-05-30 15:36:12 +0200
commit7aab0d995240c59937d1aa23b7201389341a2be9 (patch)
tree0329f0791cacaff0f746e7ed5d8d80cf7ec82228 /toxcore/tox.api.h
parent306dd1f21f25d65ffd1c289d28e4450695c83745 (diff)
Release 0.2.10
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 51a6d639..e73402de 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 = 9; 185const VERSION_PATCH = 10;
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