aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/LexGen.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/LexGen.py b/scripts/LexGen.py
index 416f69c2d..a862b6288 100644
--- a/scripts/LexGen.py
+++ b/scripts/LexGen.py
@@ -54,7 +54,8 @@ def UpdateVersionNumbers(sci, root):
"CFBundleShortVersionString", sci.versionDotted)
ReplaceREInFile(cocoa / "Scintilla"/ "Scintilla.xcodeproj" / "project.pbxproj",
"CURRENT_PROJECT_VERSION = [0-9.]+;",
- f'CURRENT_PROJECT_VERSION = {sci.versionDotted};')
+ f'CURRENT_PROJECT_VERSION = {sci.versionDotted};',
+ 0)
def RegenerateAll(rootDirectory):