blob: 96e467db588302d87164bb0037dd32cfdcd25b74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 9
#define __RELEASE_NUM 8
#define __BUILD_NUM 3
#include <stdver.h>
#define __PLUGIN_NAME "WinterSpeak"
#define __FILENAME "WinterSpeak.dll"
#define __DESCRIPTION "Miranda interface to the Microsoft Speech API."
#define __AUTHOR "Ryan Winter, BlubbFish"
#define __AUTHORWEB "https://miranda-ng.org/p/WinterSpeak/"
#define __COPYRIGHT "© 2002 Ryan Winter, 2013 BlubbFish"
|