summaryrefslogtreecommitdiff
path: root/TestScripts
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-09-24 11:15:49 -0400
committerJeffrey Walton <noloader@gmail.com>2021-09-24 11:15:49 -0400
commitbeec0950b713eb6e40741aaff4b58c3a4a1e37b1 (patch)
tree1123de34127809b13d77833b72ba9cc24d299b5e /TestScripts
parent959595ed2af520ebadac7836bce77291a92e21d9 (diff)
downloadcryptopp-git-beec0950b713eb6e40741aaff4b58c3a4a1e37b1.tar.gz
Post-release version increment
Diffstat (limited to 'TestScripts')
-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