tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 3f016bba1239a8a0ac1c09e975e3d27da0057549
parent ecb91e75e4770fa76c64c7b1932985de024d693e
Author: skaluzka <skaluzka@protonmail.com>
Date:   Tue, 28 Sep 2021 22:07:59 +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@protonmail.com>

Diffstat:
Mscripts/README | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.