diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-02-14 21:37:52 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-02-14 21:37:52 +0000 |
commit | e756026c3abd0a81cdf8b082faf7dbaa848489b1 (patch) | |
tree | cb2dae6b0953eb43c5f95ba179587c4b7bfc8028 /protocols/Tox/src/version.h | |
parent | 1bd8a05fc766f007574f32f7fdcc6c468c991315 (diff) |
using nodes data from db
git-svn-id: http://svn.miranda-ng.org/main/trunk@12111 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 e00e04fb2e..77b75e31ee 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 6
+#define __BUILD_NUM 7
#include <stdver.h>
|