summaryrefslogtreecommitdiff
path: root/toxcore/tox.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.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.h')
-rw-r--r--toxcore/tox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index cb9c4fa0..567ce7e5 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -172,7 +172,7 @@ uint32_t tox_version_major(void);
172 * breaking the API or ABI. Set to 0 when the major version number is 172 * breaking the API or ABI. Set to 0 when the major version number is
173 * incremented. 173 * incremented.
174 */ 174 */
175#define TOX_VERSION_MINOR 1 175#define TOX_VERSION_MINOR 2
176 176
177uint32_t tox_version_minor(void); 177uint32_t tox_version_minor(void);
178 178
@@ -180,7 +180,7 @@ uint32_t tox_version_minor(void);
180 * The patch or revision number. Incremented when bugfixes are applied without 180 * The patch or revision number. Incremented when bugfixes are applied without
181 * changing any functionality or API or ABI. 181 * changing any functionality or API or ABI.
182 */ 182 */
183#define TOX_VERSION_PATCH 11 183#define TOX_VERSION_PATCH 0
184 184
185uint32_t tox_version_patch(void); 185uint32_t tox_version_patch(void);
186 186