summaryrefslogtreecommitdiff
path: root/toxcore/tox.api.h
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2017-08-06 12:18:44 +0200
committerRobin Lindén <dev@robinlinden.eu>2017-08-06 12:22:48 +0200
commit6295d28a1ec00d1caa03adce8fac6baf456ca7da (patch)
tree04aef40faedea61fc03e19a4cdf07fc4d611bba1 /toxcore/tox.api.h
parent5dd255729a1e09fa44334da89f2e46f272aea583 (diff)
Release v0.1.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 d91f589b..0763c778 100644
--- a/toxcore/tox.api.h
+++ b/toxcore/tox.api.h
@@ -179,7 +179,7 @@ const VERSION_MINOR = 1;
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 = 9; 182const VERSION_PATCH = 10;
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