Post-release version increment
parent
481cf06dfe
commit
2f1c984264
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue