diff options
author | dartraiden <wowemuh@gmail.com> | 2017-12-21 03:01:10 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-12-21 03:01:10 +0300 |
commit | f4184ffdc42c7a1753a77ea8087f5f16635ac942 (patch) | |
tree | eb7da07fe94f727a63721da3785a43059319eccc | |
parent | 4b94e96dd34f1db6262a85fab9ca778186b95633 (diff) |
bump Tox version (for wiki)
-rw-r--r-- | protocols/Tox/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/version.h b/protocols/Tox/src/version.h index 8db7b7f76a..9e50bf1249 100644 --- a/protocols/Tox/src/version.h +++ b/protocols/Tox/src/version.h @@ -1,6 +1,6 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
-#define __RELEASE_NUM 2
+#define __RELEASE_NUM 3
#define __BUILD_NUM 0
#include <stdver.h>
|