From b40119891c2f73c4726ab64ac2a2f327cf781ee2 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Thu, 9 Dec 2021 19:45:20 +0300 Subject: Update libtox to 0.2.13 --- protocols/Tox/libtox/src/toxcore/tox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Tox/libtox/src/toxcore/tox.h') diff --git a/protocols/Tox/libtox/src/toxcore/tox.h b/protocols/Tox/libtox/src/toxcore/tox.h index c9c0967a7f..ab71986e9e 100644 --- a/protocols/Tox/libtox/src/toxcore/tox.h +++ b/protocols/Tox/libtox/src/toxcore/tox.h @@ -170,7 +170,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 12 +#define TOX_VERSION_PATCH 13 uint32_t tox_version_patch(void); -- cgit v1.2.3