diff options
Diffstat (limited to 'plugins/XSoundNotify/src/version_.h')
-rw-r--r-- | plugins/XSoundNotify/src/version_.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/XSoundNotify/src/version_.h b/plugins/XSoundNotify/src/version_.h new file mode 100644 index 0000000000..9a03703505 --- /dev/null +++ b/plugins/XSoundNotify/src/version_.h @@ -0,0 +1,14 @@ +#define __MAJOR_VERSION 1 +#define __MINOR_VERSION 0 +#define __RELEASE_NUM 1 +#define __BUILD_NUM 2 + +#include <stdver.h> + +#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" |