summaryrefslogtreecommitdiff
path: root/src/core/stdfile/version.h
blob: c7b2e9f0288fb9d304c6e65b296508b4f021fb85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#include <m_version.h>

#define __FILEVERSION_STRING		MIRANDA_VERSION_FILEVERSION
#define __VERSION_STRING			MIRANDA_VERSION_STRING

#define __PLUGIN_NAME				"stdfile"
#define __INTERNAL_NAME				"stdfile"
#define __FILENAME					"stdfile.dll"
#define __DESCRIPTION 				"Core module for sending/receiving files."
#define __AUTHOR                 "Myranda team"
#define __AUTHOREMAIL				""
#define __AUTHORWEB					"http://miranda-ng.org/"
#define __COPYRIGHT					"© 2012 Myranda team"