blob: 7afb57e0a523a72b86835a20d589b5dccf5e7be9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 2
#define __BUILD_NUM 4
#include <stdver.h>
#define __PLUGIN_NAME "File as message"
#define __FILENAME "FileAsMessage.dll"
#define __DESCRIPTION "File transfer by using the messaging services - as plain text."
#define __AUTHOR "Denis Stanishevskiy"
#define __AUTHOREMAIL "stdenformiranda@fromru.com"
#define __AUTHORWEB "https://miranda-ng.org/p/FileAsMessage/"
#define __COPYRIGHT "© 2004 Denis Stanishevskiy"
|