diff options
author | skaluzka <skaluzka@protonmail.com> | 2021-09-28 22:07:59 +0200 |
---|---|---|
committer | skaluzka <skaluzka@protonmail.com> | 2021-09-28 22:07:59 +0200 |
commit | 3f016bba1239a8a0ac1c09e975e3d27da0057549 (patch) | |
tree | 51071ef5a21e257db88fe5607123d5d37d457a53 /scripts | |
parent | ecb91e75e4770fa76c64c7b1932985de024d693e (diff) | |
download | tor-3f016bba1239a8a0ac1c09e975e3d27da0057549.tar.gz tor-3f016bba1239a8a0ac1c09e975e3d27da0057549.zip |
Fix scripts/README file
Use "update_versions.py" instead of "updateVersions.pl" as a tool
for updating version numbers.
Signed-off-by: skaluzka <skaluzka@protonmail.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/README b/scripts/README index 9cd6e74ac7..7de0d003e4 100644 --- a/scripts/README +++ b/scripts/README @@ -23,7 +23,7 @@ maint/format_changelog.py -- Flow the changelog into the proper format. maint/redox.py -- Find places that should have DOCDOC comments to indicate a need for doxygen comments, and put those comments there. -maint/updateVersions.pl -- Update the version number in the .nsi and windows +maint/update_versions.py -- Update the version number in the .nsi and windows orconfig.h files. |