diff options
author | aunsane <aunsane@gmail.com> | 2017-08-23 21:18:49 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2017-08-23 21:18:49 +0300 |
commit | f7efe28523b35328a22c00b0946f6e6745ce5790 (patch) | |
tree | 27984051bb6653d2dd0e7277517ad5e9b0727f71 /protocols/Tox/include | |
parent | 0174b54e00f5b2a9693e0b1ab0a4f569ff517a3a (diff) |
Revert "Tox: updated libtox"
This reverts commit 73457a3904d1d0547148502f4fa66ec4f5778b53.
Diffstat (limited to 'protocols/Tox/include')
-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 e49e40e4fb..eb6d5f2f9b 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 10 +#define TOX_VERSION_PATCH 9 uint32_t tox_version_patch(void); |