summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
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