summaryrefslogtreecommitdiff
path: root/src/core/stdcrypt/version.h
blob: 1542c740422829d544ba0746e3ae7b738857bddf (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				"Standard encrypting module"
#define __INTERNAL_NAME				"stdcrypt"
#define __FILENAME					"stdcrypt.dll"
#define __DESCRIPTION 				"Core module for encryption."
#define __AUTHOR                 "Miranda NG Development Team"
#define __AUTHOREMAIL				""
#define __AUTHORWEB					"http://miranda-ng.org/p/StdCrypt/"
#define __COPYRIGHT					"© 2012-14 Miranda NG Development Team"