summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authorRobin Lindén <dev@robinlinden.eu>2018-08-30 22:43:11 +0200
committerRobin Lindén <dev@robinlinden.eu>2018-08-30 22:43:11 +0200
commit18117581bdc52752f77d178a990e3863a9bbbf19 (patch)
tree1fbe2e72816b080b4deb3bebaca1e9896592e210 /toxcore/tox.h
parent66ab386d6fb0200d544eb841a05b68fc7151101e (diff)
Release 0.2.7
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 0f37dd09..5dcdd7f0 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 6 186#define TOX_VERSION_PATCH 7
187 187
188uint32_t tox_version_patch(void); 188uint32_t tox_version_patch(void);
189 189