summaryrefslogtreecommitdiff
path: root/TestScripts/change-version.sh
diff options
context:
space:
mode:
Diffstat (limited to 'TestScripts/change-version.sh')
-rwxr-xr-xTestScripts/change-version.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/TestScripts/change-version.sh b/TestScripts/change-version.sh
index f6cac0b9..ee2ef596 100755
--- a/TestScripts/change-version.sh
+++ b/TestScripts/change-version.sh
@@ -16,14 +16,14 @@
#
#############################################################################
-sed 's/Library 8.6 API/Library 8.5 API/g' cryptlib.h > cryptlib.h.new
+sed 's/Library 8.7 API/Library 8.6 API/g' cryptlib.h > cryptlib.h.new
mv cryptlib.h.new cryptlib.h
-sed 's/= 8.6/= 8.5/g' Doxyfile > Doxyfile.new
+sed 's/= 8.7/= 8.6/g' Doxyfile > Doxyfile.new
mv Doxyfile.new Doxyfile
-sed 's/CRYPTOPP_MINOR 6/CRYPTOPP_MINOR 5/g' config_ver.h > config_ver.h.new
+sed 's/CRYPTOPP_MINOR 7/CRYPTOPP_MINOR 6/g' config_ver.h > config_ver.h.new
mv config_ver.h.new config_ver.h
-sed 's/CRYPTOPP_VERSION 860/CRYPTOPP_VERSION 850/g' config_ver.h > config_ver.h.new
+sed 's/CRYPTOPP_VERSION 870/CRYPTOPP_VERSION 860/g' config_ver.h > config_ver.h.new
mv config_ver.h.new config_ver.h