blob: 3b136ef5d38cde5760970f56ccbe9e258b24b00c (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
 | #define __MAJOR_VERSION            0
#define __MINOR_VERSION            11
#define __RELEASE_NUM            0
#define __BUILD_NUM               1
#include <stdver.h>
#define __PLUGIN_NAME            "Import contacts and messages"
#define __FILENAME               "Import.dll"
#define __DESCRIPTION             "Imports contacts and messages from another Miranda profile or from an external program."
#define __AUTHOR               "Miranda team"
#define __AUTHOREMAIL            "info@miranda-im.org"
#define __AUTHORWEB               "http://miranda-ng.org/p/Import/"
#define __COPYRIGHT               "© 2000-2010 Martin \xd6" "berg, Richard Hughes, Dmitry Kuzkin, George Hazan"
 |