~zooko/cryptopp/trunk

« back to all changes in this revision

Viewing changes to cryptopp.rc

  • Committer: weidai
  • Date: 2006-12-09 17:18:13 UTC
  • Revision ID: svn-v4:57ff6487-cd31-0410-9ec3-f628ee90f5f0:trunk/c5:247
add Salsa20 cipher

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
//
28
28
 
29
29
VS_VERSION_INFO VERSIONINFO
30
 
 FILEVERSION 5,5,0,0
31
 
 PRODUCTVERSION 5,5,0,0
 
30
 FILEVERSION 5,3,0,0
 
31
 PRODUCTVERSION 5,3,0,0
32
32
 FILEFLAGSMASK 0x3fL
33
33
#ifdef _DEBUG
34
34
 FILEFLAGS 0x1L
46
46
            VALUE "Comments", "free crypto library, more information available at www.cryptopp.com"
47
47
            VALUE "CompanyName", "Wei Dai"
48
48
            VALUE "FileDescription", "Crypto++� Library DLL"
49
 
            VALUE "FileVersion", "5, 5, 0, 0"
 
49
            VALUE "FileVersion", "5, 3, 0, 0"
50
50
            VALUE "InternalName", "cryptopp"
51
 
            VALUE "LegalCopyright", "Copyright � 1995-2007 by Wei Dai"
 
51
            VALUE "LegalCopyright", "Copyright � 1995-2006 by Wei Dai"
52
52
            VALUE "LegalTrademarks", "Crypto++�"
53
53
            VALUE "OriginalFilename", "cryptopp.dll"
54
54
            VALUE "ProductName", "Crypto++� Library"
55
 
            VALUE "ProductVersion", "5, 5, 0, 0"
 
55
            VALUE "ProductVersion", "5, 3, 0, 0"
56
56
        END
57
57
    END
58
58
    BLOCK "VarFileInfo"