Post-release version increment

pull/594/head
Jeffrey Walton 2018-02-22 12:50:29 -05:00
parent 481cf06dfe
commit 2f1c984264
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 3 additions and 3 deletions

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