blob: 4c0e80e662304ba138804aa59cddd62772bda48d (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
 | #define __MAJOR_VERSION			0
#define __MINOR_VERSION			14
#define __RELEASE_NUM			1
#define __BUILD_NUM				16
#include <stdver.h>
#define __PLUGIN_NAME			"Miranda OTR"
#define __FILENAME				"MirOTR.dll"
#define __DESCRIPTION			"OTR (Off-the-Record) plugin for Miranda NG (using some code and ideas from SecureIM, Pidgin-OTR and old Miranda OTR (by SJE))."
#define __AUTHOR              "ProgAndy & CHEF-KOCH"
#define __AUTHOREMAIL			""
#define __AUTHORWEB				"http://miranda-ng.org/p/MirOTR/"
#define __COPYRIGHT				"© ProgAndy & CHEF-KOCH"
 |