From 2f1c9842644bb542350c20db55518dcfdb7412d9 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 22 Feb 2018 12:50:29 -0500 Subject: [PATCH] Post-release version increment --- TestScripts/change-version.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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