diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-08-14 19:57:22 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-08-14 19:57:22 +0000 |
commit | 4e675f0c94eee04c1588b4991e1c047ec11f9dfe (patch) | |
tree | f4840820b0f098d79aff1337c0cf71db2276a334 /protocols | |
parent | 29fcbd4c970c7b2aba1539519b8ec68f0370a1e2 (diff) |
Tox: version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@10185 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-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 116da36745..07f1097880 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 0
+#define __BUILD_NUM 1
#include <stdver.h>
|