summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-03-09 17:30:00 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-03-09 20:40:28 +0000
commit23e9f01f1c081c91fb5827d00f801219f87dcceb (patch)
tree5595a693b965ac8f85863ec1b95eb51d9ce97ff2 /toxcore/tox.h
parent5600251efe769290e8a05352f975a98db9072f5c (diff)
Update version to 0.2.1.
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 41a0994e..c65f1e25 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 0 183#define TOX_VERSION_PATCH 1
184 184
185uint32_t tox_version_patch(void); 185uint32_t tox_version_patch(void);
186 186