blob: 707f990a20e52fbf36b480d9dca50ba005d020fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 4
#define __RELEASE_NUM 2
#define __BUILD_NUM 4
#include <stdver.h>
#define __PLUGIN_NAME "Facebook"
#define __FILENAME "Facebook.dll"
#define __DESCRIPTION "Facebook protocol support for Miranda NG."
#define __AUTHOR "Michal Zelinka, Robert Pösel"
#define __AUTHORWEB "https://miranda-ng.org/p/Facebook/"
#define __COPYRIGHT "© 2009-11 Michal Zelinka, 2011-17 Robert Pösel, 2017-19 Miranda NG team"
|