summaryrefslogtreecommitdiff
path: root/plugins/Import/src/version.h
blob: 6fc4c509d7b835be75bcc95ec7c829bd0d8a28e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#define __MAJOR_VERSION       0
#define __MINOR_VERSION      95
#define __RELEASE_NUM         8
#define __BUILD_NUM           2

#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 __AUTHORWEB           "https://miranda-ng.org/p/Import/"
#define __COPYRIGHT           "© 2012-18 George Hazan"