diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-04-06 12:55:13 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-04-06 12:55:13 +0000 |
commit | f9d1fd1feb6f7c2e66ad9781d4fe77c26d5a2f9a (patch) | |
tree | 169b54c96b0a2b4844296d45af1a8533e0caf6e9 | |
parent | f65f8ce0515572848c4cd5c75fbbe70b9c2a8622 (diff) |
Tox: version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@16594 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-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 3be210f073..4ab90defe2 100644 --- a/protocols/Tox/src/version.h +++ b/protocols/Tox/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
#define __RELEASE_NUM 1
-#define __BUILD_NUM 19
+#define __BUILD_NUM 20
#include <stdver.h>
|