blob: 3bafaed049c9e20771c2a8075086d2b464741f11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 2
#define __RELEASE_NUM 0
#define __BUILD_NUM 6
#include <stdver.h>
#define __PLUGIN_NAME "Plugin updater"
#define __FILENAME "PluginUpdater.dll"
#define __DESCRIPTION "Installs and updates plugins and other Miranda NG components."
#define __AUTHOR "Mataes, George Hazan"
#define __AUTHORWEB "https://miranda-ng.org/p/PluginUpdater/"
#define __COPYRIGHT "© 2012-20 Mataes, George Hazan"
|