summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
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/tox.h
parent7edc0a52feea4f7618a3a8447b5a2607538776ff (diff)
Release 0.2.12
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 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