From 8b21a196dd5afbb1c6f315324564e688d564f000 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 16 Aug 2017 05:19:41 -0400 Subject: [PATCH] Fix library version number --- 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 d59ec927..c9a15145 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' -gsed -i 's|Library 6.0 API|Library 5.6.5 API|g' cryptlib.h -gsed -i 's|= 6.0.0|= 5.6.5|g' Doxyfile -gsed -i 's|CRYPTOPP_VERSION 600|CRYPTOPP_VERSION 565|g' config.h +sed -i 's|Library 6.0 API|Library 5.6.5 API|g' cryptlib.h +sed -i 's|= 6.0|= 5.6.5|g' Doxyfile +sed -i 's|CRYPTOPP_VERSION 600|CRYPTOPP_VERSION 565|g' config.h