diff options
author | aunsane <aunsane@gmail.com> | 2016-10-19 23:51:06 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-10-22 18:47:55 +0300 |
commit | 5536bc3778079e0ddfbc46dfa7ddd1b8e4807845 (patch) | |
tree | bdb7f9a69fbcbebd0d8caee56097b2d6625f0d9f /plugins/StatusManager/src/version.h | |
parent | 6b4e23886eade6f3b209e0f46ac6381cce1362e9 (diff) |
KeepStatus, StartupStatus and AdvanceAutoAway merged into one plugin
Diffstat (limited to 'plugins/StatusManager/src/version.h')
-rw-r--r-- | plugins/StatusManager/src/version.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/StatusManager/src/version.h b/plugins/StatusManager/src/version.h new file mode 100644 index 0000000000..a5e2a5b414 --- /dev/null +++ b/plugins/StatusManager/src/version.h @@ -0,0 +1,19 @@ +// plugin version part +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 11 +#define __RELEASE_NUM 0 +#define __BUILD_NUM 0 + +// other stuff for Version resource +#include <stdver.h> + +// stuff that will be used in PluginInfo section and in Version resource +#define __PLUGIN_NAME "Status manager" +#define __FILENAME "StatusManager.dll" +#define __DESC "KeepStatus, A connection checker.\r\n\ +StartupStatus, allows you to define the status Miranda should set on startup, configurable per protocol.\r\n\ +An Auto Away module with some more options than the original." +#define __AUTHOR "P Boon" +#define __AUTHOREMAIL "unregistered@users.sourceforge.net" +#define __AUTHORWEB "http://miranda-ng.org/p/StatusManager/" +#define __COPYRIGHT "© 2003-08 P. Boon, 2008-16 George Hazan" |