summaryrefslogtreecommitdiff
path: root/protocols/Omegle/src/version.h
blob: e01b620f0c005bc6b861f5fa885b02af70ca8e0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#define __MAJOR_VERSION            0
#define __MINOR_VERSION            1
#define __RELEASE_NUM              3
#define __BUILD_NUM                2

#include <stdver.h>

#define __PLUGIN_NAME              "Omegle protocol"
#define __FILENAME                 "Omegle.dll"
#define __DESCRIPTION              "Omegle protocol support for Miranda NG."
#define __AUTHOR                   "Robert Pösel"
#define __AUTHORWEB                "https://miranda-ng.org/p/Omegle/"
#define __COPYRIGHT                "© 2011-17 Robert Pösel, 2017-18 Miranda NG team"