summaryrefslogtreecommitdiff
path: root/plugins/VoiceService/src/version.h
blob: 43536c97e8af2b489a03cc88781e55217c9055c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#define __MAJOR_VERSION          0
#define __MINOR_VERSION          1
#define __RELEASE_NUM            3
#define __BUILD_NUM              2

#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-25 Miranda NG team"