diff --git a/TestScripts/change-version.sh b/TestScripts/change-version.sh index b8cb9495..42d1aff4 100755 --- a/TestScripts/change-version.sh +++ b/TestScripts/change-version.sh @@ -4,6 +4,6 @@ # building the docs. Before running the script, copy it to the root # directory. After running this script, you can 'make docs' -sed -i 's|Library 6.1 API|Library 6.0 API|g' cryptlib.h -sed -i 's|= 6.1|= 6.0|g' Doxyfile -sed -i 's|CRYPTOPP_VERSION 610|CRYPTOPP_VERSION 600|g' config.h +sed -i 's|Library 6.2 API|Library 6.1 API|g' cryptlib.h +sed -i 's|= 6.2|= 6.1|g' Doxyfile +sed -i 's|CRYPTOPP_VERSION 620|CRYPTOPP_VERSION 610|g' config.h