summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authorGregory Mullen (grayhatter) <greg@grayhatter.com>2016-10-23 18:14:51 -0700
committerGregory Mullen (grayhatter) <greg@grayhatter.com>2016-10-30 11:16:16 -0700
commit60e15f165e79368675e65fb6db5ce09e6d3adeac (patch)
treedd7b2a04aa8a161d60086ce4c78687a83c87ca1a /toxcore/tox.h
parenta1af74fb7a3d0edd0a2b21a6ab018dd2a83d9ece (diff)
Version Patch v0.0.2
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 c98aed38..2b9f8208 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 1 183#define TOX_VERSION_PATCH 2
184 184
185uint32_t tox_version_patch(void); 185uint32_t tox_version_patch(void);
186 186