summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2018-10-07 22:53:46 +0200
committerRobin Lindén <dev@robinlinden.eu>2018-10-07 23:21:24 +0200
commit3f35a84968f100e1e6d3c9df467fd3c82a9ebb13 (patch)
tree2488741229380bd5d6eb6185a059124e8ed7f780 /toxcore/tox.h
parent56432a44c64e6ab3b663fe783fd1b2138cee689d (diff)
Release 0.2.8
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 5a9ca450..ee8a01cc 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -183,7 +183,7 @@ uint32_t tox_version_minor(void);
183 * The patch or revision number. Incremented when bugfixes are applied without 183 * The patch or revision number. Incremented when bugfixes are applied without
184 * changing any functionality or API or ABI. 184 * changing any functionality or API or ABI.
185 */ 185 */
186#define TOX_VERSION_PATCH 7 186#define TOX_VERSION_PATCH 8
187 187
188uint32_t tox_version_patch(void); 188uint32_t tox_version_patch(void);
189 189