summaryrefslogtreecommitdiff
path: root/plugins/StatusManager/src/version.h
blob: e2c084386a0ee3e3d2402822fa54a11d207c8deb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// plugin version part
#define __MAJOR_VERSION          1
#define __MINOR_VERSION          2
#define __RELEASE_NUM            0
#define __BUILD_NUM              6

// 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 __DESCRIPTION           "A connection checker and auto away module. Also allows you to define the status Miranda should set on startup, configurable per protocol."
#define __AUTHOR                "P Boon"
#define __AUTHORWEB             "https://miranda-ng.org/p/StatusManager"
#define __COPYRIGHT             "© 2003-08 P. Boon, 2008-23 George Hazan"