aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorskaluzka <skaluzka@protonmail.com>2021-09-28 22:07:59 +0200
committerskaluzka <skaluzka@protonmail.com>2021-09-28 22:07:59 +0200
commit3f016bba1239a8a0ac1c09e975e3d27da0057549 (patch)
tree51071ef5a21e257db88fe5607123d5d37d457a53 /scripts
parentecb91e75e4770fa76c64c7b1932985de024d693e (diff)
downloadtor-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/README2
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.