summaryrefslogtreecommitdiff
path: root/toxcore
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2019-01-03 22:41:23 +0100
committerRobin Lindén <dev@robinlinden.eu>2019-01-12 23:35:54 +0100
commit98b754e1f22220f10196760389371dba6d139c6f (patch)
tree64f9242fa0b31aa7033c15c35528f57cdaca69bd /toxcore
parenta4bca35a1a6e17187f821dbbdfe02798f7f1469e (diff)
Release 0.2.9
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 ba1932f4..237254de 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 = 8; 185const VERSION_PATCH = 9;
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 94ffd32a..ba67d5ad 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 8 186#define TOX_VERSION_PATCH 9
187 187
188uint32_t tox_version_patch(void); 188uint32_t tox_version_patch(void);
189 189