summaryrefslogtreecommitdiff
path: root/plugins/CSList/src/Version.h
blob: c3652779ca8e430f394f781cf0121b2b697e7f15 (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				1
#define __BUILD_NUM					0

#define __FILEVERSION_STRING		__MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM

#define __PLUGIN_NAME            "Custom status list"
#define __FILENAME               "CSList.dll"
#define __DESCRIPTION            "This plugin offers simple management functions to keep your extra statuses on one place."
#define __AUTHOR                 "Mataes, jarvis"
#define __AUTHOREMAIL            "mataes2007@gmail.com"
#define __AUTHORWEB              "http://miranda-ng.org/p/CSList/"
#define __COPYRIGHT              "© 2012-10 Mataes, 2009-2007 jarvis"