summaryrefslogtreecommitdiff
path: root/toxcore
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
parent56432a44c64e6ab3b663fe783fd1b2138cee689d (diff)
Release 0.2.8
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 8beb86b7..53788473 100644
--- a/toxcore/tox.api.h
+++ b/toxcore/tox.api.h
@@ -182,7 +182,7 @@ const VERSION_MINOR = 2;
182 * The patch or revision number. Incremented when bugfixes are applied without 182 * The patch or revision number. Incremented when bugfixes are applied without
183 * changing any functionality or API or ABI. 183 * changing any functionality or API or ABI.
184 */ 184 */
185const VERSION_PATCH = 7; 185const VERSION_PATCH = 8;
186 186
187/** 187/**
188 * A macro to check at preprocessing time whether the client code is compatible 188 * A macro to check at preprocessing time whether the client code is compatible
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