From 3f016bba1239a8a0ac1c09e975e3d27da0057549 Mon Sep 17 00:00:00 2001 From: skaluzka <skaluzka@protonmail.com> Date: Tue, 28 Sep 2021 22:07:59 +0200 Subject: [PATCH] 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> --- 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. -- GitLab