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

#include <stdver.h>

#define __PLUGIN_NAME              "Message state"
#define __FILENAME                 "MessageState.dll"
#define __DESCRIPTION              "Displays icons in message window showing whether your last outgoing message was read / is still unread."
#define __AUTHOR                   "MikalaiR"
#define __AUTHOREMAIL              ""
#define __AUTHORWEB                "http://miranda-ng.org/p/MessageState/"
#define __COPYRIGHT                "© 2015-16 Miranda NG Team"