diff options
Diffstat (limited to 'plugins/Dbx_tree/encryption/ARC4/src')
| -rw-r--r-- | plugins/Dbx_tree/encryption/ARC4/src/Version.h | 11 | 
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/Dbx_tree/encryption/ARC4/src/Version.h b/plugins/Dbx_tree/encryption/ARC4/src/Version.h new file mode 100644 index 0000000000..d7af928a34 --- /dev/null +++ b/plugins/Dbx_tree/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"
  | 
