Fix library version number in script

This commit is contained in:
Jeffrey Walton 2017-08-16 05:36:11 -04:00
parent c5c6a6af5c
commit e19fad007f
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -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