summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2016-12-11 19:26:21 +0000
committeriphydf <iphydf@users.noreply.github.com>2016-12-14 09:35:59 +0000
commit7d2f2e4607080ebf5155b43050c62af4f14b9c88 (patch)
tree121628e63ad9ce29e13ea42be2b0d77d07d0469e /toxcore/tox.h
parentbb0fbf94ae571f4199f763b0a758c57448b8ebd5 (diff)
Release 0.1.0.
Fixes #216.
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r--toxcore/tox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index 6d23aaf8..5057e148 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -172,7 +172,7 @@ uint32_t tox_version_major(void);
172 * breaking the API or ABI. Set to 0 when the major version number is 172 * breaking the API or ABI. Set to 0 when the major version number is
173 * incremented. 173 * incremented.
174 */ 174 */
175#define TOX_VERSION_MINOR 0 175#define TOX_VERSION_MINOR 1
176 176
177uint32_t tox_version_minor(void); 177uint32_t tox_version_minor(void);
178 178
@@ -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 5 183#define TOX_VERSION_PATCH 0
184 184
185uint32_t tox_version_patch(void); 185uint32_t tox_version_patch(void);
186 186