diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-13 17:36:17 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-13 17:36:17 +0000 |
commit | 9370749734fa9e0a22e5ed7ff89857c6124c5ae0 (patch) | |
tree | c978edaf059b0d3bd498aea1e29a444b7ad53031 /src/core/stdcrypt/version.h | |
parent | fac653bb24ce1ab2786e4502419532d276f741fc (diff) |
stub for the standard encryptor
git-svn-id: http://svn.miranda-ng.org/main/trunk@4443 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdcrypt/version.h')
-rw-r--r-- | src/core/stdcrypt/version.h | 14 |
1 files changed, 14 insertions, 0 deletions
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 <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/"
+#define __COPYRIGHT "© 2012-13 Miranda NG Development Team"
|