summaryrefslogtreecommitdiff
path: root/toxcore
diff options
context:
space:
mode:
authorRobin Linden <dev@robinlinden.eu>2020-03-22 21:10:55 +0100
committerRobin Linden <dev@robinlinden.eu>2020-03-22 21:12:04 +0100
commit30b9369b01859e7c57687129ba2a481aa2bc48b8 (patch)
tree7f22b87d63186494e76726496106707e0e243d4e /toxcore
parentb0047368303b648bf0abccdf14d603dbf7564443 (diff)
Release 0.2.11
Diffstat (limited to 'toxcore')
-rw-r--r--toxcore/tox.api.h2
-rw-r--r--toxcore/tox.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/toxcore/tox.api.h b/toxcore/tox.api.h
index 39b457ea..c0901d0a 100644
--- a/toxcore/tox.api.h
+++ b/toxcore/tox.api.h
@@ -167,7 +167,7 @@ const VERSION_MINOR = 2;
167 * The patch or revision number. Incremented when bugfixes are applied without 167 * The patch or revision number. Incremented when bugfixes are applied without
168 * changing any functionality or API or ABI. 168 * changing any functionality or API or ABI.
169 */ 169 */
170const VERSION_PATCH = 10; 170const VERSION_PATCH = 11;
171 171
172/** 172/**
173 * A macro to check at preprocessing time whether the client code is compatible 173 * A macro to check at preprocessing time whether the client code is compatible
diff --git a/toxcore/tox.h b/toxcore/tox.h
index 32f215d8..fd57e20d 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -168,7 +168,7 @@ uint32_t tox_version_minor(void);
168 * The patch or revision number. Incremented when bugfixes are applied without 168 * The patch or revision number. Incremented when bugfixes are applied without
169 * changing any functionality or API or ABI. 169 * changing any functionality or API or ABI.
170 */ 170 */
171#define TOX_VERSION_PATCH 10 171#define TOX_VERSION_PATCH 11
172 172
173uint32_t tox_version_patch(void); 173uint32_t tox_version_patch(void);
174 174