diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-09-29 18:35:24 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-09-29 18:35:24 +0000 |
commit | d324916db1e2e08654a00c6c333f7d258beec46e (patch) | |
tree | ff9dc35bbfc32ff9e58cf9b5162368f2f399bedb /protocols/Tox/src/version.h | |
parent | 6beb2d44b3ab2811417507be4c78c19626c9ee7e (diff) |
Tox: version bumped
git-svn-id: http://svn.miranda-ng.org/main/trunk@10633 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/version.h')
-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 15c8ad26d7..ec3602b81e 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 0
-#define __BUILD_NUM 3
+#define __BUILD_NUM 4
#include <stdver.h>
|