blob: 5a56cf5757c4fac73f6348d652c0e216e0f501b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#define __MAJOR_VERSION 1
#define __MINOR_VERSION 0
#define __RELEASE_NUM 1
#define __BUILD_NUM 3
#include <stdver.h>
#define __PLUGIN_NAME "XSoundNotify"
#define __FILENAME "XSoundNotify.dll"
#define __DESCRIPTION "Provides extended options for sound notifications."
#define __AUTHOR "Roman Torsten"
#define __AUTHORWEB "https://miranda-ng.org/p/XSoundNotify/"
#define __COPYRIGHT "© 2011 Roman Torsten"
|