summaryrefslogtreecommitdiff
path: root/plugins/NewXstatusNotify/src/version.h
blob: 634d2f068892d565a58bc0c1236dc18e0e787f7c (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/p/NewXstatusNotify/"
#define __COPYRIGHT					"© 2001-2004 Luca Santarelli, 2005-2007 Vasilich, 2007-2011 yaho"