blob: c66789c5b1f42f13dcb72c2d52928524c03f144b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 7
#define __RELEASE_NUM 0
#define __BUILD_NUM 0
#include <stdver.h>
#define __PLUGIN_NAME "Sametime Protocol"
#define __DESCRIPTION "Implementation of Instant Messaging for the Lotus Sametime protocol."
#define __AUTHOR "Scott Ellis, Szymon Tokarz"
#define __AUTHOREMAIL "mail"/*antispam*/"@"/*antispam*/"scottellis.com.au, wsx22"/*antispam*/"@"/*antispam*/"o2.pl"
#define __COPYRIGHT "© 2005 Scott Ellis, 2014 wsx22"
#define __AUTHORWEB "http://miranda-ng.org/p/Sametime/"
|