blob: fe501309d941dac1334be523ea3f412a7a278790 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#define __MAJOR_VERSION 1
#define __MINOR_VERSION 0
#define __RELEASE_NUM 1
#define __BUILD_NUM 2
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
#define __PLUGIN_NAME "XSoundNotify"
#define __FILENAME "XSoundNotify.dll"
#define __DESCRIPTION "Provides extended options for sound notifications."
#define __AUTHOR "Roman Torsten"
#define __AUTHOREMAIL "rs_torsten-public@yahoo.com"
#define __AUTHORWEB "http://miranda-ng.org/p/XSoundNotify/"
#define __COPYRIGHT "© 2011 Roman Torsten"
|