diff options
author | George Hazan <ghazan@miranda.im> | 2020-01-16 22:03:01 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-01-16 22:03:01 +0300 |
commit | bd00314ec32d42fa09918a8ca274b0707c73ec75 (patch) | |
tree | 586b657b523ade102b92dee5323937e0a1c42d2d /plugins/VoiceService/src/version.h | |
parent | 30b859e8e95b1bb4f5e0d0f9d4d6fa40507fd788 (diff) |
VoiceService: adaptaion of the old plugin written by Pescuma for Miranda NG
Diffstat (limited to 'plugins/VoiceService/src/version.h')
-rw-r--r-- | plugins/VoiceService/src/version.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/VoiceService/src/version.h b/plugins/VoiceService/src/version.h new file mode 100644 index 0000000000..4273bdff8f --- /dev/null +++ b/plugins/VoiceService/src/version.h @@ -0,0 +1,13 @@ +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 1 +#define __RELEASE_NUM 2 +#define __BUILD_NUM 0 + +#include <stdver.h> + +#define __PLUGIN_NAME "Voice Service" +#define __FILENAME "VoiceService.dll" +#define __DESCRIPTION "Provide services for protocols that support voice calls" +#define __AUTHOR "Ricardo Pescuma Domenecci" +#define __AUTHORWEB "https://miranda-ng.org/p/VoiceService/" +#define __COPYRIGHT "© 2007-2009 Ricardo Pescuma Domenecci" |