fixed an update script

This commit is contained in:
jahway603
2022-09-29 00:29:28 -04:00
parent 870ed35fb5
commit 64e8d05214
2 changed files with 2 additions and 1 deletions

View File

@@ -11,3 +11,4 @@ ack -l -i "20..-20..*Hush dev" | xargs ./util/replace.pl -$1 -$2
# This updates the define which is used by C++ help output
./util/replace.pl "COPYRIGHT_YEAR $1" "COPYRIGHT_YEAR $2" src/clientversion.h
./util/replace.pl "COPYRIGHT_YEAR, $1" "COPYRIGHT_YEAR, $2" configure.ac