diff options
author | Robin Linden <dev@robinlinden.eu> | 2020-05-01 12:43:13 +0200 |
---|---|---|
committer | Robin Linden <dev@robinlinden.eu> | 2020-05-01 12:58:27 +0200 |
commit | 9be4dbb4335bf7d893c8d00566d3276ab6dedd14 (patch) | |
tree | db657878bb11d2a29d05a2672e16bbdd9fcde7c0 /toxcore/tox.api.h | |
parent | 7edc0a52feea4f7618a3a8447b5a2607538776ff (diff) |
Release 0.2.12
Diffstat (limited to 'toxcore/tox.api.h')
-rw-r--r-- | toxcore/tox.api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/tox.api.h b/toxcore/tox.api.h index 3cda8126..36556171 100644 --- a/toxcore/tox.api.h +++ b/toxcore/tox.api.h | |||
@@ -169,7 +169,7 @@ const VERSION_MINOR = 2; | |||
169 | * The patch or revision number. Incremented when bugfixes are applied without | 169 | * The patch or revision number. Incremented when bugfixes are applied without |
170 | * changing any functionality or API or ABI. | 170 | * changing any functionality or API or ABI. |
171 | */ | 171 | */ |
172 | const VERSION_PATCH = 11; | 172 | const VERSION_PATCH = 12; |
173 | 173 | ||
174 | /** | 174 | /** |
175 | * A macro to check at preprocessing time whether the client code is compatible | 175 | * A macro to check at preprocessing time whether the client code is compatible |