From 699e6219b54bb310b0e6b6e719df4dce70c20060 Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 7 Jul 2003 21:19:14 +0000 Subject: fix resource file version number --- cryptopp.rc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'cryptopp.rc') diff --git a/cryptopp.rc b/cryptopp.rc index 7f9913b2..0a5a0a33 100644 --- a/cryptopp.rc +++ b/cryptopp.rc @@ -28,15 +28,15 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 5,0,3,0 - PRODUCTVERSION 5,0,3,0 + FILEVERSION 5,2,0,0 + PRODUCTVERSION 5,2,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L #else FILEFLAGS 0x0L #endif - FILEOS 0x40004L + FILEOS 0x4L FILETYPE 0x2L FILESUBTYPE 0x0L BEGIN @@ -44,17 +44,17 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "Comments", "\0" + VALUE "Comments", "free crypto library, more info at www.cryptopp.com\0" VALUE "CompanyName", "Wei Dai\0" VALUE "FileDescription", "Crypto++® Library DLL\0" - VALUE "FileVersion", "5, 0, 3, 0\0" + VALUE "FileVersion", "5, 2, 0, 0\0" VALUE "InternalName", "cryptopp\0" - VALUE "LegalCopyright", "Copyright © 1995-2003\0" + VALUE "LegalCopyright", "Copyright © 1995-2003 by Wei Dai\0" VALUE "LegalTrademarks", "Crypto++®\0" VALUE "OriginalFilename", "cryptopp.dll\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "Crypto++® Library\0" - VALUE "ProductVersion", "5, 0, 3, 0\0" + VALUE "ProductVersion", "5, 2, 0, 0\0" VALUE "SpecialBuild", "\0" END END -- cgit v1.2.1