aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2020-08-12 08:39:05 +1000
committerNeil Hodgson <nyamatongwe@gmail.com>2020-08-12 08:39:05 +1000
commit17663447e1de99e02f10ef52d68823f9ca179074 (patch)
tree897e982642a031a1b49ab1cbc12a84a488e51e90 /scripts
parent213f2c5a4a53ddc3bd518bed89c43e2bc6083ee4 (diff)
downloadscintilla-mirror-17663447e1de99e02f10ef52d68823f9ca179074.tar.gz
Updating version number.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/LexGen.py2
1 files changed, 1 insertions, 1 deletions
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.]+;",