Skip to content

Commit

Permalink
Fix chang-version.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
noloader committed Jun 25, 2023
1 parent 0825e93 commit 0012277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestScripts/change-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
sed 's/Library 8.9 API/Library 8.8 API/g' cryptlib.h > cryptlib.h.new
mv cryptlib.h.new cryptlib.h

sed 's/= 8.9$/= 8.8/g' Doxyfile > Doxyfile.new
sed 's/= 8.9/= 8.8/g' Doxyfile > Doxyfile.new
mv Doxyfile.new Doxyfile

sed 's/CRYPTOPP_MINOR 9/CRYPTOPP_MINOR 8/g' config_ver.h > config_ver.h.new
Expand Down

0 comments on commit 0012277

Please sign in to comment.