summaryrefslogtreecommitdiff
path: root/plugins/AsSingleWindow/src/version.h
blob: 463c157e1a6abf610a9b87d23201b5babb56da9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define __MAJOR_VERSION            0
#define __MINOR_VERSION            1
#define __RELEASE_NUM            2
#define __BUILD_NUM               1

#include <stdver.h>

#define __PLUGIN_NAME            "AsSingleWindow"
#define __FILENAME               "AsSingleWindow.dll"
#define __DESCRIPTION             "Makes easier windows manipulation. Allows you to move, minimize and activate Miranda's windows as if it were a single window."
#define __AUTHOR               "Aleksey Smyrnov aka Soar"
#define __AUTHOREMAIL            "i@soar.name"
#define __AUTHORWEB               "https://miranda-ng.org/p/AsSingleWindow/"
#define __COPYRIGHT               "© 2010-2011 Soar"