aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/LexGen.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/LexGen.py')
-rw-r--r--scripts/LexGen.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/LexGen.py b/scripts/LexGen.py
index c638e9878..f40efce04 100644
--- a/scripts/LexGen.py
+++ b/scripts/LexGen.py
@@ -40,7 +40,8 @@ def UpdateVersionNumbers(sci, root):
" Release " + sci.versionDotted)
ReplaceREInFile(root / "doc/ScintillaDownload.html",
r"/www.scintilla.org/([a-zA-Z]+)\d\d\d",
- r"/www.scintilla.org/\g<1>" + sci.version)
+ r"/www.scintilla.org/\g<1>" + sci.version,
+ 0)
UpdateLineInFile(root / "doc/index.html",
' <font color="#FFCC99" size="3"> Release version',
' <font color="#FFCC99" size="3"> Release version ' +\