diff options
author | Jeffrey Walton <noloader@gmail.com> | 2016-12-01 18:10:56 -0500 |
---|---|---|
committer | Jeffrey Walton <noloader@gmail.com> | 2016-12-01 18:10:56 -0500 |
commit | 82009ecf41b076790b3ee2af9a328520aa771992 (patch) | |
tree | ef4b0875753888ab1775c2c08722b2a6fac95fdb /cryptopp.rc | |
parent | 1491b486913972653e5b30a1da7217e1e8b3aaf1 (diff) | |
download | cryptopp-git-82009ecf41b076790b3ee2af9a328520aa771992.tar.gz |
Increment version to 5.7 due to ABI break *Issue 337)
We still need to supply a patch for those maintaining 5.6.x
Diffstat (limited to 'cryptopp.rc')
-rw-r--r-- | cryptopp.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cryptopp.rc b/cryptopp.rc index ab3bf225..4c902bed 100644 --- a/cryptopp.rc +++ b/cryptopp.rc @@ -27,8 +27,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US //
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 5,6,6,0
- PRODUCTVERSION 5,6,6,0
+ FILEVERSION 5,7,0,0
+ PRODUCTVERSION 5,7,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
|