blob: 803056d2249a91b1f03602117b9cfdbe1a0fe358 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 2
#define __BUILD_NUM 2
#include <stdver.h>
#define __PLUGIN_NAME "Omegle protocol"
#define __INTERNAL_NAME "Omegle Protocol"
#define __FILENAME "Omegle.dll"
#define __DESCRIPTION "Omegle protocol support for Miranda NG."
#define __AUTHOR "Robert P\xf6" "sel"
#define __AUTHOREMAIL "robyer@seznam.cz"
#define __AUTHORWEB "http://miranda-ng.org/p/Omegle/"
#define __COPYRIGHT "© 2011-15 Robert P\xf6" "sel"
|