summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
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/tox.h
parentb0047368303b648bf0abccdf14d603dbf7564443 (diff)
Release 0.2.11
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r--toxcore/tox.h2
1 files changed, 1 insertions, 1 deletions
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