blob: 660e8cfe945f89d6555324db02a9e0fed9bb669c (
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              0
#define __BUILD_NUM                11
#include <stdver.h>
#define __PLUGIN_NAME              "Facebook"
#define __FILENAME                 "Facebook.dll"
#define __DESCRIPTION              "Facebook protocol support for Miranda NG."
#define __AUTHOR                   "Miranda NG Team"
#define __AUTHORWEB                "https://miranda-ng.org/p/Facebook"
#define __COPYRIGHT                "© 2019-23 Miranda NG team"
 |