aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/LexGen.py
diff options
context:
space:
mode:
authormitchell <unknown>2018-06-30 09:18:26 -0400
committermitchell <unknown>2018-06-30 09:18:26 -0400
commita0d2795cb9f2f2af41ce24e296869654c4b99287 (patch)
tree1daf686fa802069ce3b114b2bdc708545184515a /scripts/LexGen.py
parent0ec088ea2def1bae5c51b82d0683ebb0406da083 (diff)
downloadscintilla-mirror-a0d2795cb9f2f2af41ce24e296869654c4b99287.tar.gz
Updated for 3.10.0.rel-3-10-0
Diffstat (limited to 'scripts/LexGen.py')
-rw-r--r--scripts/LexGen.py2
1 files changed, 1 insertions, 1 deletions
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",
' <font color="#FFCC99" size="3"> Release version',