diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-07-27 21:50:40 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-07-27 21:50:40 +0000 |
commit | 1ab85ee9ff6103c66ac9e7847aead3992ca66921 (patch) | |
tree | cc43b690e7c3a78c2d475f06a337ba36f6b300a4 /protocols/Tox/src | |
parent | e9cc7df74e68a216bd45afaa370202ed0f2fb9b7 (diff) |
Tox: updated tox core
git-svn-id: http://svn.miranda-ng.org/main/trunk@14741 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src')
-rw-r--r-- | protocols/Tox/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Tox/src/version.h b/protocols/Tox/src/version.h index 2a5dbb12b2..10ddf68863 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 11
+#define __BUILD_NUM 12
#include <stdver.h>
@@ -11,4 +11,4 @@ #define __AUTHOR "Miranda NG Team"
#define __AUTHOREMAIL ""
#define __AUTHORWEB "http://miranda-ng.org/p/Tox/"
-#define __COPYRIGHT "© 2014-15 Miranda NG Team"
+#define __COPYRIGHT "� 2014-15 Miranda NG Team"
|