diff options
Diffstat (limited to 'protocols/Tox/src/version.h')
-rw-r--r-- | protocols/Tox/src/version.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Tox/src/version.h b/protocols/Tox/src/version.h index 775b7089a0..3edccd9363 100644 --- a/protocols/Tox/src/version.h +++ b/protocols/Tox/src/version.h @@ -1,14 +1,14 @@ #define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
#define __RELEASE_NUM 0
-#define __BUILD_NUM 4
+#define __BUILD_NUM 5
#include <stdver.h>
#define __PLUGIN_NAME "Tox protocol"
#define __FILENAME "Tox.dll"
#define __DESCRIPTION "Tox protocol support for Miranda NG."
-#define __AUTHOR "ForNeVeR, Mataes, unsane"
+#define __AUTHOR "Miranda NG Team"
#define __AUTHOREMAIL ""
#define __AUTHORWEB "http://miranda-ng.org/p/Tox/"
-#define __COPYRIGHT "© 2014 Miranda NG Team"
+#define __COPYRIGHT "© 2014-15 Miranda NG Team"
|