summaryrefslogtreecommitdiff
path: root/toxcore/tox.api.h
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2018-07-20 22:52:14 +0200
committerRobin Lindén <dev@robinlinden.eu>2018-07-20 22:52:14 +0200
commita672b3c56e3f3d67c5de19d2053af5bde1ae3d9f (patch)
treee2a719052ab3a0eb9a2b1578b2fe2a6d5abd5439 /toxcore/tox.api.h
parent246165954c448b321d586c141a2f1ed408fe10d0 (diff)
Release v0.2.4
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 c77ac685..97a85312 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 = 3; 185const VERSION_PATCH = 4;
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