blob: c102285c271d474af8cfa2bc46d8245f5e64a20b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 2
#define __BUILD_NUM 8
#include <stdver.h>
#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 __AUTHORWEB "https://miranda-ng.org/p/NotifyAnything/"
#define __COPYRIGHT "© 2003 Daniel Wesslen"
|