mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-13 09:34:56 +00:00
Add script to change library version numbers
This commit is contained in:
parent
ab989a6ddf
commit
a8084ae440
9
TestScripts/change-version.sh
Normal file
9
TestScripts/change-version.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Use this script to switch back to the previous Crypto++ version before
|
||||
# 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
|
Loading…
x
Reference in New Issue
Block a user