From 3f35a84968f100e1e6d3c9df467fd3c82a9ebb13 Mon Sep 17 00:00:00 2001 From: Robin Lindén Date: Sun, 7 Oct 2018 22:53:46 +0200 Subject: Release 0.2.8 --- 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 8beb86b7..53788473 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 = 7; +const VERSION_PATCH = 8; /** * A macro to check at preprocessing time whether the client code is compatible diff --git a/toxcore/tox.h b/toxcore/tox.h index 5a9ca450..ee8a01cc 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 7 +#define TOX_VERSION_PATCH 8 uint32_t tox_version_patch(void); -- cgit v1.2.3