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

#include <stdver.h>

#define __PLUGIN_NAME            "Message export"
#define __FILENAME               "Msg_Export.dll"
#define __DESCRIPTION            "Exports every message, URL or file you receive to a text file."
#define __AUTHOR                 "Kennet Nielsen, mod by ring0"
#define __AUTHORWEB              "https://miranda-ng.org/p/Msg_Export/"
#define __COPYRIGHT              "© 2002 Kennet Nielsen, 2012-20 Miranda NG team"