diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2020-08-12 08:39:05 +1000 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2020-08-12 08:39:05 +1000 |
commit | 17663447e1de99e02f10ef52d68823f9ca179074 (patch) | |
tree | 897e982642a031a1b49ab1cbc12a84a488e51e90 | |
parent | 213f2c5a4a53ddc3bd518bed89c43e2bc6083ee4 (diff) | |
download | scintilla-mirror-17663447e1de99e02f10ef52d68823f9ca179074.tar.gz |
Updating version number.
-rw-r--r-- | lexilla/scripts/LexillaGen.py | 2 | ||||
-rw-r--r-- | lexilla/src/LexillaVersion.rc | 4 | ||||
-rw-r--r-- | scripts/LexGen.py | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lexilla/scripts/LexillaGen.py b/lexilla/scripts/LexillaGen.py index a4b435da0..c74afcd52 100644 --- a/lexilla/scripts/LexillaGen.py +++ b/lexilla/scripts/LexillaGen.py @@ -117,7 +117,7 @@ def RegenerateAll(rootDirectory): lexerReferences = ScintillaData.FindLexersInXcode(lexillaXcodeProject) - UpdateLineInPlistFile(lexillaXcode / "Lexilla" / "Info.plist", + UpdateLineInPlistFile(lexillaXcode / "Info.plist", "CFBundleShortVersionString", versionDotted) ReplaceREInFile(lexillaXcodeProject, "CURRENT_PROJECT_VERSION = [0-9.]+;", diff --git a/lexilla/src/LexillaVersion.rc b/lexilla/src/LexillaVersion.rc index d5d53261b..35fc73f5e 100644 --- a/lexilla/src/LexillaVersion.rc +++ b/lexilla/src/LexillaVersion.rc @@ -4,8 +4,8 @@ #include <windows.h> -#define VERSION_LEXILLA "4.4.3" -#define VERSION_WORDS 4, 4, 3, 0 +#define VERSION_LEXILLA "4.4.4" +#define VERSION_WORDS 4, 4, 4, 0 VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_WORDS 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.]+;", |