summaryrefslogtreecommitdiff
path: root/toxcore/tox.api.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-01-08 19:36:00 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-01-08 19:36:00 +0000
commitd6047692a5d54d7a40d38db7fd98fca2eb59de91 (patch)
tree44718e7a33dfa85fcdfe7dbdc3a31814f5e27133 /toxcore/tox.api.h
parentc09c3b6078879b2fef28e1c8cdbc9e0966ed2510 (diff)
Bump toxcore version to 0.2.0.
We're not releasing yet, but projects preparing for the release will want to build against this version in master.
Diffstat (limited to 'toxcore/tox.api.h')
-rw-r--r--toxcore/tox.api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxcore/tox.api.h b/toxcore/tox.api.h
index ce0b3a36..63959207 100644
--- a/toxcore/tox.api.h
+++ b/toxcore/tox.api.h
@@ -173,13 +173,13 @@ const VERSION_MAJOR = 0;
173 * breaking the API or ABI. Set to 0 when the major version number is 173 * breaking the API or ABI. Set to 0 when the major version number is
174 * incremented. 174 * incremented.
175 */ 175 */
176const VERSION_MINOR = 1; 176const VERSION_MINOR = 2;
177 177
178/** 178/**
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 = 11; 182const VERSION_PATCH = 0;
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