diff options
Diffstat (limited to 'protocols/Slack/src/version.h')
-rw-r--r-- | protocols/Slack/src/version.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/protocols/Slack/src/version.h b/protocols/Slack/src/version.h new file mode 100644 index 0000000000..e76c9c223d --- /dev/null +++ b/protocols/Slack/src/version.h @@ -0,0 +1,14 @@ +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 11 +#define __RELEASE_NUM 0 +#define __BUILD_NUM 0 + +#include <stdver.h> + +#define __PLUGIN_NAME "Slack" +#define __FILENAME "Slack.dll" +#define __DESCRIPTION "Slack for Miranda NG." +#define __AUTHOR "Miranda NG Team" +#define __AUTHOREMAIL "" +#define __AUTHORWEB "http://miranda-ng.org/p/Slack/" +#define __COPYRIGHT "© 2017 Miranda NG Team" |