blob: ca9699cb5bf5988eb4a2c52b703fb8f46a5e8417 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#define __MAJOR_VERSION 2
#define __MINOR_VERSION 0
#define __RELEASE_NUM 2
#define __BUILD_NUM 6
#include <stdver.h>
#define __PLUGIN_NAME "Simple auto replier"
#define __FILENAME "SimpleAR.dll"
#define __DESCRIPTION "Simple Auto Replier."
#define __AUTHOR "Stark Wong, Mataes, Mikel-Ard-Ri"
#define __AUTHOREMAIL "mikelardri@gmail.com"
#define __AUTHORWEB "https://miranda-ng.org/p/SimpleAR/"
#define __COPYRIGHT "© 2012"
|