From 9370749734fa9e0a22e5ed7ff89857c6124c5ae0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 13 Apr 2013 17:36:17 +0000 Subject: stub for the standard encryptor git-svn-id: http://svn.miranda-ng.org/main/trunk@4443 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stdcrypt/version.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/core/stdcrypt/version.h (limited to 'src/core/stdcrypt/version.h') diff --git a/src/core/stdcrypt/version.h b/src/core/stdcrypt/version.h new file mode 100644 index 0000000000..cb9566e458 --- /dev/null +++ b/src/core/stdcrypt/version.h @@ -0,0 +1,14 @@ + +#include + +#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/" +#define __COPYRIGHT "© 2012-13 Miranda NG Development Team" -- cgit v1.2.3