summaryrefslogtreecommitdiff
path: root/toxcore
diff options
context:
space:
mode:
authorRobin Linden <dev@robinlinden.eu>2020-05-01 12:43:13 +0200
committerRobin Linden <dev@robinlinden.eu>2020-05-01 12:58:27 +0200
commit9be4dbb4335bf7d893c8d00566d3276ab6dedd14 (patch)
treedb657878bb11d2a29d05a2672e16bbdd9fcde7c0 /toxcore
parent7edc0a52feea4f7618a3a8447b5a2607538776ff (diff)
Release 0.2.12
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 3cda8126..36556171 100644
--- a/toxcore/tox.api.h
+++ b/toxcore/tox.api.h
@@ -169,7 +169,7 @@ const VERSION_MINOR = 2;
169 * The patch or revision number. Incremented when bugfixes are applied without 169 * The patch or revision number. Incremented when bugfixes are applied without
170 * changing any functionality or API or ABI. 170 * changing any functionality or API or ABI.
171 */ 171 */
172const VERSION_PATCH = 11; 172const VERSION_PATCH = 12;
173 173
174/** 174/**
175 * A macro to check at preprocessing time whether the client code is compatible 175 * A macro to check at preprocessing time whether the client code is compatible
diff --git a/toxcore/tox.h b/toxcore/tox.h
index c4759507..c9c0967a 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -170,7 +170,7 @@ uint32_t tox_version_minor(void);
170 * The patch or revision number. Incremented when bugfixes are applied without 170 * The patch or revision number. Incremented when bugfixes are applied without
171 * changing any functionality or API or ABI. 171 * changing any functionality or API or ABI.
172 */ 172 */
173#define TOX_VERSION_PATCH 11 173#define TOX_VERSION_PATCH 12
174 174
175uint32_t tox_version_patch(void); 175uint32_t tox_version_patch(void);
176 176