summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authorGregory Mullen (grayhatter) <greg@grayhatter.com>2016-11-24 18:36:58 -0800
committerGregory Mullen (grayhatter) <greg@grayhatter.com>2016-11-24 19:55:45 -0800
commitd6bad9078b721597f4def2447656974d5fed80d6 (patch)
tree9c3c97359545612ed5db52558540dd7ac5cfeffe /toxcore/tox.h
parentad517eb1df8841db52a45c7ac9ecf5976a290d57 (diff)
Version Patch v0.0.4 => v0.0.5
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 d6f6fb2f..4998609d 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 4 183#define TOX_VERSION_PATCH 5
184 184
185uint32_t tox_version_patch(void); 185uint32_t tox_version_patch(void);
186 186