From 4a34a1f59a443403844c437d6d6a61c7a8019822 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 3 Jul 2021 10:19:45 +1000 Subject: Update all version numbers in Xcode project. Was missed because of change to ReplaceREInFile. --- scripts/LexGen.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/LexGen.py') 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): -- cgit v1.2.3