From 58d2687c051d0fdfd8c3231862a18f1a50972c23 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 5 Dec 2013 18:35:36 +0000 Subject: Dbx_tree encryption modules moved to deprecated git-svn-id: http://svn.miranda-ng.org/main/trunk@7055 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- .../Dbx_tree_cryptors/encryption/ARC4/src/Version.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 plugins/!Deprecated/Dbx_tree_cryptors/encryption/ARC4/src/Version.h (limited to 'plugins/!Deprecated/Dbx_tree_cryptors/encryption/ARC4/src/Version.h') diff --git a/plugins/!Deprecated/Dbx_tree_cryptors/encryption/ARC4/src/Version.h b/plugins/!Deprecated/Dbx_tree_cryptors/encryption/ARC4/src/Version.h new file mode 100644 index 0000000000..d7af928a34 --- /dev/null +++ b/plugins/!Deprecated/Dbx_tree_cryptors/encryption/ARC4/src/Version.h @@ -0,0 +1,11 @@ +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 0 +#define __RELEASE_NUM 0 +#define __BUILD_NUM 1 + +#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM + +#define __PLUGIN_NAME "ARC4" +#define __FILENAME "ARC4.dll" +#define __DESCRIPTION "Streamcipher - 8bit step, fast." +#define __COPYRIGHT "© 1987 Ron Rivest" -- cgit v1.2.3