[tor-commits] [tor/main] Fix scripts/README file

nickm at torproject.org nickm at torproject.org
Mon Dec 13 15:47:55 UTC 2021


commit 3f016bba1239a8a0ac1c09e975e3d27da0057549
Author: skaluzka <skaluzka at protonmail.com>
Date:   Tue Sep 28 22:07:59 2021 +0200

    Fix scripts/README file
    
    Use "update_versions.py" instead of "updateVersions.pl" as a tool
    for updating version numbers.
    
    Signed-off-by: skaluzka <skaluzka at protonmail.com>
---
 scripts/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
 
 





More information about the tor-commits mailing list