summaryrefslogtreecommitdiff
path: root/toxcore/tox.api.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-03-09 17:30:00 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-03-09 20:40:28 +0000
commit23e9f01f1c081c91fb5827d00f801219f87dcceb (patch)
tree5595a693b965ac8f85863ec1b95eb51d9ce97ff2 /toxcore/tox.api.h
parent5600251efe769290e8a05352f975a98db9072f5c (diff)
Update version to 0.2.1.
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 59af69b9..d6148414 100644
--- a/toxcore/tox.api.h
+++ b/toxcore/tox.api.h
@@ -179,7 +179,7 @@ const VERSION_MINOR = 2;
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 = 0; 182const VERSION_PATCH = 1;
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