diff options
Diffstat (limited to 'plugins/Kuzne4ikCrypt/src/version.h')
-rw-r--r-- | plugins/Kuzne4ikCrypt/src/version.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/Kuzne4ikCrypt/src/version.h b/plugins/Kuzne4ikCrypt/src/version.h new file mode 100644 index 0000000000..b80e2eae08 --- /dev/null +++ b/plugins/Kuzne4ikCrypt/src/version.h @@ -0,0 +1,12 @@ +#include <m_version.h>
+
+#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
+#define __VERSION_STRING MIRANDA_VERSION_STRING
+
+#define __PLUGIN_NAME "Kuznechik (russian GOST P 34.12-2015) encrypting module"
+#define __FILENAME "kuzne4ikcrypt.dll"
+#define __DESCRIPTION "Kuznechik encryption module"
+#define __AUTHOR "Miranda NG Development Team"
+#define __AUTHOREMAIL ""
+#define __AUTHORWEB "http://miranda-ng.org/p//"
+#define __COPYRIGHT "© 2016 Miranda NG Development Team"
|