summaryrefslogtreecommitdiff
path: root/src/core/stdmsg/src/version.h
blob: 4001e7f865baa566f3fcd231a6822cafa14322e3 (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				"Send/Receive Messages"
#define __INTERNAL_NAME				"stdmsg"
#define __FILENAME					"stdmsg.dll"
#define __DESCRIPTION 				"Core module for send/receive instant messages."
#define __AUTHOR                 "Miranda NG Development Team"
#define __AUTHOREMAIL				""
#define __AUTHORWEB					"http://miranda-ng.org/"
#define __COPYRIGHT					"© 2012 Miranda NG Development Team"