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

#include <stdver.h>

#define __PLUGIN_NAME              "Simple status message"
#define __FILENAME                 "SimpleStatusMsg.dll"
#define __DESCRIPTION              "Provides a simple way to set status and away messages."
#define __AUTHOR                   "Bartosz 'Dezeath' Bialek, Harven"
#define __AUTHOREMAIL              "dezred@gmail.com"
#define __AUTHORWEB                "http://miranda-ng.org/p/SimpleStatusMsg/"
#define __COPYRIGHT                "© 2006-2011 Bartosz Bialek, 2005 Harven"