summaryrefslogtreecommitdiff
path: root/toxcore/tox.api.h
diff options
context:
space:
mode:
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 3cda8126..36556171 100644
--- a/toxcore/tox.api.h
+++ b/toxcore/tox.api.h
@@ -169,7 +169,7 @@ const VERSION_MINOR = 2;
169 * The patch or revision number. Incremented when bugfixes are applied without 169 * The patch or revision number. Incremented when bugfixes are applied without
170 * changing any functionality or API or ABI. 170 * changing any functionality or API or ABI.
171 */ 171 */
172const VERSION_PATCH = 11; 172const VERSION_PATCH = 12;
173 173
174/** 174/**
175 * A macro to check at preprocessing time whether the client code is compatible 175 * A macro to check at preprocessing time whether the client code is compatible