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

#define __FILEVERSION_STRING		__MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM

#define __PLUGIN_NAME				"NotifyAnything"
#define __FILENAME					"NotifyAnything.dll"
#define __DESCRIPTION 				"Displays popups for custom events, triggered by UDP packages."
#define __AUTHOR					"Daniel Wesslen, Korney San"
#define __AUTHOREMAIL				"wesslen@users.sourceforge.net, kora@users.sourceforge.net"
#define __AUTHORWEB					"http://miranda-ng.org/"
#define __COPYRIGHT					"© 2003 Daniel Wesslen"