diff options
Diffstat (limited to 'plugins/!Deprecated/Dbx_tree_cryptors/encryption/ARC4')
-rw-r--r-- | plugins/!Deprecated/Dbx_tree_cryptors/encryption/ARC4/src/Version.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/plugins/!Deprecated/Dbx_tree_cryptors/encryption/ARC4/src/Version.h b/plugins/!Deprecated/Dbx_tree_cryptors/encryption/ARC4/src/Version.h index d7af928a34..62fb6e2083 100644 --- a/plugins/!Deprecated/Dbx_tree_cryptors/encryption/ARC4/src/Version.h +++ b/plugins/!Deprecated/Dbx_tree_cryptors/encryption/ARC4/src/Version.h @@ -1,11 +1,11 @@ -#define __MAJOR_VERSION 0
-#define __MINOR_VERSION 0
-#define __RELEASE_NUM 0
-#define __BUILD_NUM 1
+#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
+#include <stdver.h>
-#define __PLUGIN_NAME "ARC4"
-#define __FILENAME "ARC4.dll"
-#define __DESCRIPTION "Streamcipher - 8bit step, fast."
-#define __COPYRIGHT "© 1987 Ron Rivest"
+#define __PLUGIN_NAME "ARC4"
+#define __FILENAME "ARC4.dll"
+#define __DESCRIPTION "Streamcipher - 8bit step, fast."
+#define __COPYRIGHT "© 1987 Ron Rivest"
|