diff options
Diffstat (limited to 'protocols/NewsAggregator/Src/version.h')
-rw-r--r-- | protocols/NewsAggregator/Src/version.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/protocols/NewsAggregator/Src/version.h b/protocols/NewsAggregator/Src/version.h new file mode 100644 index 0000000000..a7d2126e30 --- /dev/null +++ b/protocols/NewsAggregator/Src/version.h @@ -0,0 +1,13 @@ +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 1 +#define __RELEASE_NUM 0 +#define __BUILD_NUM 5 + +#include <stdver.h> + +#define __PLUGIN_NAME "News aggregator" +#define __FILENAME "NewsAggregator.dll" +#define __DESCRIPTION "RSS/Atom news aggregator." +#define __AUTHOR "Mataes, FREAK_THEMIGHTY" +#define __AUTHORWEB "https://miranda-ng.org/p/NewsAggregator/" +#define __COPYRIGHT "© 2012-19 Mataes, FREAK_THEMIGHTY" |