Use config_ver.h in change-version script

pull/853/head
Jeffrey Walton 2019-05-22 02:56:37 -04:00
parent 1abab8050e
commit 7287a79669
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 4 additions and 4 deletions

View File

@ -10,8 +10,8 @@ mv cryptlib.h.new cryptlib.h
sed 's|= 8.3|= 8.2|g' Doxyfile > Doxyfile.new sed 's|= 8.3|= 8.2|g' Doxyfile > Doxyfile.new
mv Doxyfile.new Doxyfile mv Doxyfile.new Doxyfile
sed 's|CRYPTOPP_MINOR 3|CRYPTOPP_MINOR 2|g' config.h > config.h.new sed 's|CRYPTOPP_MINOR 3|CRYPTOPP_MINOR 2|g' config_ver.h > config_ver.h.new
mv config.h.new config.h mv config_ver.h.new config_ver.h
sed 's|CRYPTOPP_VERSION 830|CRYPTOPP_VERSION 820|g' config.h > config.h.new sed 's|CRYPTOPP_VERSION 830|CRYPTOPP_VERSION 820|g' config_ver.h > config_ver.h.new
mv config.h.new config.h mv config_ver.h.new config_ver.h