summaryrefslogtreecommitdiff
path: root/cryptopp.rc
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-04-16 00:30:54 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-04-16 00:30:54 +0000
commit56d9e441bb0407072d8c54bdde524be002d03171 (patch)
tree3ed95e94e48f96f03b05a489f42740ffe24fd13e /cryptopp.rc
parentb079b80e5c75ef424ad2ecc98bd556596d2f8163 (diff)
downloadcryptopp-56d9e441bb0407072d8c54bdde524be002d03171.tar.gz
update version number
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@307 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'cryptopp.rc')
-rw-r--r--cryptopp.rc10
1 files changed, 5 insertions, 5 deletions
diff --git a/cryptopp.rc b/cryptopp.rc
index 5d7d560..48313b1 100644
--- a/cryptopp.rc
+++ b/cryptopp.rc
@@ -27,8 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 5,4,0,0
- PRODUCTVERSION 5,4,0,0
+ FILEVERSION 5,5,0,0
+ PRODUCTVERSION 5,5,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -46,13 +46,13 @@ BEGIN
VALUE "Comments", "free crypto library, more information available at www.cryptopp.com"
VALUE "CompanyName", "Wei Dai"
VALUE "FileDescription", "Crypto++® Library DLL"
- VALUE "FileVersion", "5, 4, 0, 0"
+ VALUE "FileVersion", "5, 5, 0, 0"
VALUE "InternalName", "cryptopp"
- VALUE "LegalCopyright", "Copyright © 1995-2006 by Wei Dai"
+ VALUE "LegalCopyright", "Copyright © 1995-2007 by Wei Dai"
VALUE "LegalTrademarks", "Crypto++®"
VALUE "OriginalFilename", "cryptopp.dll"
VALUE "ProductName", "Crypto++® Library"
- VALUE "ProductVersion", "5, 4, 0, 0"
+ VALUE "ProductVersion", "5, 5, 0, 0"
END
END
BLOCK "VarFileInfo"