summaryrefslogtreecommitdiff
path: root/toxcore/tox.api.h
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2018-10-07 22:53:46 +0200
committerRobin Lindén <dev@robinlinden.eu>2018-10-07 23:21:24 +0200
commit3f35a84968f100e1e6d3c9df467fd3c82a9ebb13 (patch)
tree2488741229380bd5d6eb6185a059124e8ed7f780 /toxcore/tox.api.h
parent56432a44c64e6ab3b663fe783fd1b2138cee689d (diff)
Release 0.2.8
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 8beb86b7..53788473 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 = 7; 185const VERSION_PATCH = 8;
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