From ae7899cab8104fa3c3078a3e61ddfa58a826e39a Mon Sep 17 00:00:00 2001 From: Robin Lindén Date: Mon, 25 Jun 2018 23:43:27 +0200 Subject: Release v0.2.3 --- toxcore/tox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxcore/tox.h') diff --git a/toxcore/tox.h b/toxcore/tox.h index b71e1a02..468113d9 100644 --- a/toxcore/tox.h +++ b/toxcore/tox.h @@ -180,7 +180,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 2 +#define TOX_VERSION_PATCH 3 uint32_t tox_version_patch(void); -- cgit v1.2.3