diff options
author | aunsane <aunsane@gmail.com> | 2018-04-20 18:08:35 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-04-20 18:08:35 +0300 |
commit | 38197ead1ac8e551b09726b74557a6f980d15237 (patch) | |
tree | f44fe0a2e9f7654d56c6318447324654fb8d2162 /protocols/Tox/libtox/src/toxcore/tox.api.h | |
parent | 12ddedba78c4b28914271e9ccb64ddf4d46c1aaf (diff) |
Tox: toxcore updated to v0.2.2
Diffstat (limited to 'protocols/Tox/libtox/src/toxcore/tox.api.h')
-rw-r--r-- | protocols/Tox/libtox/src/toxcore/tox.api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/libtox/src/toxcore/tox.api.h b/protocols/Tox/libtox/src/toxcore/tox.api.h index d6148414be..1c3b112115 100644 --- a/protocols/Tox/libtox/src/toxcore/tox.api.h +++ b/protocols/Tox/libtox/src/toxcore/tox.api.h @@ -179,7 +179,7 @@ const VERSION_MINOR = 2; * The patch or revision number. Incremented when bugfixes are applied without * changing any functionality or API or ABI. */ -const VERSION_PATCH = 1; +const VERSION_PATCH = 2; /** * A macro to check at preprocessing time whether the client code is compatible |