From a672b3c56e3f3d67c5de19d2053af5bde1ae3d9f Mon Sep 17 00:00:00 2001 From: Robin Lindén Date: Fri, 20 Jul 2018 22:52:14 +0200 Subject: Release v0.2.4 --- toxcore/tox.api.h | 2 +- toxcore/tox.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'toxcore') diff --git a/toxcore/tox.api.h b/toxcore/tox.api.h index c77ac685..97a85312 100644 --- a/toxcore/tox.api.h +++ b/toxcore/tox.api.h @@ -182,7 +182,7 @@ const VERSION_MINOR = 2; * The patch or revision number. Incremented when bugfixes are applied without * changing any functionality or API or ABI. */ -const VERSION_PATCH = 3; +const VERSION_PATCH = 4; /** * A macro to check at preprocessing time whether the client code is compatible diff --git a/toxcore/tox.h b/toxcore/tox.h index 40d37b0b..f8279afe 100644 --- a/toxcore/tox.h +++ b/toxcore/tox.h @@ -183,7 +183,7 @@ uint32_t tox_version_minor(void); * The patch or revision number. Incremented when bugfixes are applied without * changing any functionality or API or ABI. */ -#define TOX_VERSION_PATCH 3 +#define TOX_VERSION_PATCH 4 uint32_t tox_version_patch(void); -- cgit v1.2.3