diff options
Diffstat (limited to 'lexilla')
-rw-r--r-- | lexilla/scripts/LexillaGen.py | 2 | ||||
-rw-r--r-- | lexilla/src/LexillaVersion.rc | 4 |
2 files changed, 3 insertions, 3 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 |