summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-08-16 05:36:11 -0400
committerJeffrey Walton <noloader@gmail.com>2017-08-16 05:36:11 -0400
commite19fad007fde3bc744c9c7b1ebdbd7d49ae6a185 (patch)
treef4073bf153f63adbe87cd1f89ff51a027c1d01ab
parentc5c6a6af5ca4bcbcbcd84c995ad5b65828b46eab (diff)
downloadcryptopp-git-e19fad007fde3bc744c9c7b1ebdbd7d49ae6a185.tar.gz
Fix library version number in script
-rw-r--r--TestScripts/change-version.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/TestScripts/change-version.sh b/TestScripts/change-version.sh
index d59ec927..c9a15145 100644
--- 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