diff options
Diffstat (limited to 'protocols/Tox/src/version.h')
-rw-r--r-- | protocols/Tox/src/version.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/protocols/Tox/src/version.h b/protocols/Tox/src/version.h index ba58f1f238..9e50bf1249 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 26
+#define __RELEASE_NUM 3
+#define __BUILD_NUM 0
#include <stdver.h>
@@ -9,6 +9,5 @@ #define __FILENAME "Tox.dll"
#define __DESCRIPTION "Tox protocol support for Miranda NG."
#define __AUTHOR "Miranda NG Team"
-#define __AUTHOREMAIL ""
#define __AUTHORWEB "https://miranda-ng.org/p/Tox/"
#define __COPYRIGHT "© 2014-17 Miranda NG Team"
|