From 10deb2ab5f816c37ee721f48366858491830a3c7 Mon Sep 17 00:00:00 2001 From: Maxim Biro Date: Sat, 4 Mar 2017 00:44:57 -0500 Subject: Fix Travis always succeeding despite tests failing --- 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 c697be64..48cb8271 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 5 +#define TOX_VERSION_PATCH 6 uint32_t tox_version_patch(void); -- cgit v1.2.3