summaryrefslogtreecommitdiff
path: root/protocols/Twitter/src/version.h
blob: 61039b9bcdaad3f025e1d79798c0bf2da13f3cc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#define __MAJOR_VERSION            1
#define __MINOR_VERSION            3
#define __RELEASE_NUM              1
#define __BUILD_NUM                3

#include <stdver.h>

#define __PLUGIN_NAME              "Twitter protocol"
#define __FILENAME                 "Twitter.dll"
#define __DESCRIPTION              "Twitter protocol support for Miranda NG."
#define __AUTHOR                   "dentist, omniwolf, Thief"
#define __AUTHORWEB                "https://miranda-ng.org/p/Twitter/"
#define __COPYRIGHT                "© 2009-2010 dentist, 2010-2012 omniwolf and Thief, 2012-20 Miranda NG team"