From a0d2795cb9f2f2af41ce24e296869654c4b99287 Mon Sep 17 00:00:00 2001 From: mitchell Date: Sat, 30 Jun 2018 09:18:26 -0400 Subject: Updated for 3.10.0. --- scripts/LexGen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/LexGen.py') diff --git a/scripts/LexGen.py b/scripts/LexGen.py index ae7ae99d5..261cb7ee1 100644 --- a/scripts/LexGen.py +++ b/scripts/LexGen.py @@ -29,7 +29,7 @@ def UpdateVersionNumbers(sci, root): UpdateLineInFile(root + "doc/ScintillaDownload.html", " Release", " Release " + sci.versionDotted) ReplaceREInFile(root + "doc/ScintillaDownload.html", - r"/www.scintilla.org/([a-zA-Z]+)\d\d\d", + r"/www.scintilla.org/([a-zA-Z]+)\d\d\d\d?", r"/www.scintilla.org/\g<1>" + sci.version) UpdateLineInFile(root + "doc/index.html", ' Release version', -- cgit v1.2.3