summaryrefslogtreecommitdiff
path: root/plugins/NewXstatusNotify/src/version.h
blob: ffce1df914ecf3a49f1df5e8503d69b8766e0c43 (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				"xStatus Notify"
#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"