diff options
Diffstat (limited to 'protocols/Discord/src/version.h')
-rw-r--r-- | protocols/Discord/src/version.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/protocols/Discord/src/version.h b/protocols/Discord/src/version.h index 076f3aabd0..9a855bc969 100644 --- a/protocols/Discord/src/version.h +++ b/protocols/Discord/src/version.h @@ -1,14 +1,14 @@ -#define __MAJOR_VERSION 1 -#define __MINOR_VERSION 3 +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 0 #define __RELEASE_NUM 0 -#define __BUILD_NUM 2 +#define __BUILD_NUM 1 #include <stdver.h> -#define __PLUGIN_NAME "Twitter protocol" -#define __FILENAME "Twitter.dll" -#define __DESCRIPTION "Twitter protocol support for Miranda NG." -#define __AUTHOR "dentist, omniwolf, Thief" -#define __AUTHOREMAIL "" -#define __AUTHORWEB "http://miranda-ng.org/p/Twitter/" -#define __COPYRIGHT "© 2009-2010 dentist, 2010-2012 omniwolf and Thief" +#define __PLUGIN_NAME "Discord protocol" +#define __FILENAME "Discord.dll" +#define __DESCRIPTION "Discord support for Miranda NG." +#define __AUTHOR "George Hazan" +#define __AUTHOREMAIL "ghazan@miranda.im" +#define __AUTHORWEB "http://miranda-ng.org/p/Discord/" +#define __COPYRIGHT "© 2016-17 Miranda NG team" |