diff options
author | George Hazan <ghazan@miranda.im> | 2020-03-23 21:54:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-03-23 21:54:02 +0300 |
commit | c3e56141b7996b34e776054dd6a8144594363428 (patch) | |
tree | 8e72203529173e61bf37638afc43b9912f4caa85 /plugins/XSoundNotify/src/version.h | |
parent | 6a889421589f6ecfc9b21d8fc45891292c7f577b (diff) |
fixes #2269 (XSoundNotify not working)
Diffstat (limited to 'plugins/XSoundNotify/src/version.h')
-rw-r--r-- | plugins/XSoundNotify/src/version.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/XSoundNotify/src/version.h b/plugins/XSoundNotify/src/version.h index 5a56cf5757..82b32b0e64 100644 --- a/plugins/XSoundNotify/src/version.h +++ b/plugins/XSoundNotify/src/version.h @@ -1,13 +1,13 @@ -#define __MAJOR_VERSION 1 -#define __MINOR_VERSION 0 -#define __RELEASE_NUM 1 -#define __BUILD_NUM 3 +#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" +#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" |