diff options
Diffstat (limited to 'protocols/Discord/src/version.h')
-rw-r--r-- | protocols/Discord/src/version.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/protocols/Discord/src/version.h b/protocols/Discord/src/version.h new file mode 100644 index 0000000000..076f3aabd0 --- /dev/null +++ b/protocols/Discord/src/version.h @@ -0,0 +1,14 @@ +#define __MAJOR_VERSION 1 +#define __MINOR_VERSION 3 +#define __RELEASE_NUM 0 +#define __BUILD_NUM 2 + +#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" |