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

#define __FILEVERSION_STRING		__MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM

#define __PLUGIN_NAME				"NewXstatusNotify"
#define __FILENAME					"NewXstatusNotify.dll"
#define __DESCRIPTION 				"Notifies you when a contact changes his/her (X)status or status message."
#define __AUTHOR					"Luca Santarelli, Vasilich, yaho"
#define __AUTHOREMAIL				"yaho@miranda-easy.net"
#define __AUTHORWEB					"http://miranda-ng.org/"
#define __COPYRIGHT					"© 2001-2004 Luca Santarelli, 2005-2007 Vasilich, 2007-2011 yaho"