summaryrefslogtreecommitdiff
path: root/toxcore/tox.api.h
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2017-06-06 22:29:58 +0200
committerRobin Lindén <dev@robinlinden.eu>2017-06-06 22:50:57 +0200
commita429ef4a28a5e5e0ad010efffb76d2abc3ada0af (patch)
tree191486bd022da1243396d11766e1ac83de6fa7f5 /toxcore/tox.api.h
parentb02f68bb4b7cb2d048efb76e5e3b8d481c3dae51 (diff)
Release v0.1.9
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 fc3ac821..d91f589b 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 = 8; 182const VERSION_PATCH = 9;
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