diff options
Diffstat (limited to 'protocols/Tox/include/tox.h')
-rw-r--r-- | protocols/Tox/include/tox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/include/tox.h b/protocols/Tox/include/tox.h index bae84dd26c..5b3725dca9 100644 --- a/protocols/Tox/include/tox.h +++ b/protocols/Tox/include/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 7 uint32_t tox_version_patch(void); |