blob: 82b32b0e647f750a4b9fe96d3749716f9cf6130d (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | #define __MAJOR_VERSION          1
#define __MINOR_VERSION          1
#define __RELEASE_NUM            0
#define __BUILD_NUM              4
#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"
 |