From 17663447e1de99e02f10ef52d68823f9ca179074 Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Wed, 12 Aug 2020 08:39:05 +1000 Subject: Updating version number. --- 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 59a302564..7927de624 100644 --- a/scripts/LexGen.py +++ b/scripts/LexGen.py @@ -59,7 +59,7 @@ def UpdateVersionNumbers(sci, root): UpdateLineInPlistFile(cocoa / "ScintillaFramework/Info.plist", "CFBundleShortVersionString", sci.versionDotted) - UpdateLineInPlistFile(cocoa / "Scintilla" / "Scintilla" / "Info.plist", + UpdateLineInPlistFile(cocoa / "Scintilla" / "Info.plist", "CFBundleShortVersionString", sci.versionDotted) ReplaceREInFile(cocoa / "Scintilla"/ "Scintilla.xcodeproj" / "project.pbxproj", "CURRENT_PROJECT_VERSION = [0-9.]+;", -- cgit v1.2.3