blob: d6cf1cca6b3a4013954d77ca76adb2368fc9e5b1 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
 | #define __MAJOR_VERSION          3
#define __MINOR_VERSION          0
#define __RELEASE_NUM            2
#define __BUILD_NUM              4
#include <stdver.h>
#define __PLUGIN_NAME            "Scriver"
#define __FILENAME               "Scriver.dll"
#define __DESCRIPTION            "Scriver - send and receive instant messages."
#define __AUTHOR                 "Miranda NG team"
#define __AUTHORWEB              "https://miranda-ng.org/p/Scriver"
#define __COPYRIGHT              "© 2000-2012 Miranda IM project, 2012-23 Miranda NG team"
 |