diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-24 09:10:52 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-24 09:10:52 +0000 |
commit | a8ca6c3c2b81022923d1724fdb933ec12db8b3b4 (patch) | |
tree | 22fca1d0bf2f36fc77e36da397b1513e9cdf896c /plugins/Dbx_tree/encryption/CAST128/src | |
parent | 827a3d8f363cb252460c5d94b9c11189c60e8437 (diff) |
added version info
git-svn-id: http://svn.miranda-ng.org/main/trunk@3749 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_tree/encryption/CAST128/src')
-rw-r--r-- | plugins/Dbx_tree/encryption/CAST128/src/Version.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/Dbx_tree/encryption/CAST128/src/Version.h b/plugins/Dbx_tree/encryption/CAST128/src/Version.h new file mode 100644 index 0000000000..57df4115c5 --- /dev/null +++ b/plugins/Dbx_tree/encryption/CAST128/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 "Cast128"
+#define __FILENAME "Cast128.dll"
+#define __DESCRIPTION "Blockcipher - 64bit block, fast and secure."
+#define __COPYRIGHT "© 1996 Carlisle Adams and Stafford Tavares"
|