diff options
Diffstat (limited to 'plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128')
-rw-r--r-- | plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128/src/Version.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128/src/Version.h b/plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128/src/Version.h index 57df4115c5..0a1e6d1e6e 100644 --- a/plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128/src/Version.h +++ b/plugins/!Deprecated/Dbx_tree_cryptors/encryption/CAST128/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 "Cast128"
-#define __FILENAME "Cast128.dll"
-#define __DESCRIPTION "Blockcipher - 64bit block, fast and secure."
-#define __COPYRIGHT "© 1996 Carlisle Adams and Stafford Tavares"
+#define __PLUGIN_NAME "Cast128"
+#define __FILENAME "Cast128.dll"
+#define __DESCRIPTION "Blockcipher - 64bit block, fast and secure."
+#define __COPYRIGHT "© 1996 Carlisle Adams and Stafford Tavares"
|