summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2018-06-25 23:43:27 +0200
committerRobin Lindén <dev@robinlinden.eu>2018-06-25 23:49:52 +0200
commitae7899cab8104fa3c3078a3e61ddfa58a826e39a (patch)
tree6ee84cc5c544ee2006735388deec200cf2f6ce7d /toxcore/tox.h
parent9b7d828f8386808e3d65cdc0ae6bf351897b8798 (diff)
Release v0.2.3
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 b71e1a02..468113d9 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -180,7 +180,7 @@ uint32_t tox_version_minor(void);
180 * The patch or revision number. Incremented when bugfixes are applied without 180 * The patch or revision number. Incremented when bugfixes are applied without
181 * changing any functionality or API or ABI. 181 * changing any functionality or API or ABI.
182 */ 182 */
183#define TOX_VERSION_PATCH 2 183#define TOX_VERSION_PATCH 3
184 184
185uint32_t tox_version_patch(void); 185uint32_t tox_version_patch(void);
186 186