summaryrefslogtreecommitdiff
path: root/plugins/StatusManager/src/version.h
blob: a5e2a5b41451842816cd1d6b90365b50a5de3280 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"