diff options
Diffstat (limited to 'plugins/VoiceService/src/version.h')
-rw-r--r-- | plugins/VoiceService/src/version.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/plugins/VoiceService/src/version.h b/plugins/VoiceService/src/version.h index 067d1bc815..1c7453b966 100644 --- a/plugins/VoiceService/src/version.h +++ b/plugins/VoiceService/src/version.h @@ -1,13 +1,13 @@ -#define __MAJOR_VERSION 0 -#define __MINOR_VERSION 1 -#define __RELEASE_NUM 3 -#define __BUILD_NUM 1 - -#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, 2020-22 Miranda NG team" +#define __MAJOR_VERSION 0
+#define __MINOR_VERSION 1
+#define __RELEASE_NUM 3
+#define __BUILD_NUM 1
+
+#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, 2020-22 Miranda NG team"
|