blob: 9348b34513578577d496881a85ea43b91c93e8c3 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
 | #define __MAJOR_VERSION				0
#define __MINOR_VERSION				5
#define __RELEASE_NUM				0
#define __BUILD_NUM					11
#define __FILEVERSION_STRING		__MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __PLUGIN_NAME				"YAPP"
#define __FILENAME					"YAPP.dll"
#define __DESCRIPTION 				"Yet Another Popup Plugin - Provides popup notification window services to other plugins."
#define __AUTHOR					"Scott Ellis"
#define __AUTHOREMAIL				"mail@scottellis.com.au"
#define __AUTHORWEB					"http://miranda-ng.org/"
#define __COPYRIGHT					"© 2005-2006 Scott Ellis"
 |