diff options
| author | Neil <nyamatongwe@gmail.com> | 2020-06-03 07:56:07 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2020-06-03 07:56:07 +1000 |
| commit | 10557d306962d4a3f43c634ed04993510b1c0573 (patch) | |
| tree | fae6ee1fe117550483a456a59ec7e03098fe8a46 /cocoa | |
| parent | 0102c6969a6272476d5c31dd79a04c2dc37b2ea4 (diff) | |
| download | scintilla-mirror-10557d306962d4a3f43c634ed04993510b1c0573.tar.gz | |
Updates for 4.4.3.
Diffstat (limited to 'cocoa')
| -rw-r--r-- | cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj | 8 | ||||
| -rw-r--r-- | cocoa/Scintilla/Scintilla/Info.plist | 2 | ||||
| -rw-r--r-- | cocoa/ScintillaFramework/Info.plist | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj b/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj index 34128ff99..ab1276c7e 100644 --- a/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj +++ b/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj @@ -640,7 +640,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 4.4.2; + CURRENT_PROJECT_VERSION = 4.4.3; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -701,7 +701,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 4.4.2; + CURRENT_PROJECT_VERSION = 4.4.3; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -730,7 +730,7 @@ CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 4.4.2; + CURRENT_PROJECT_VERSION = 4.4.3; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; @@ -765,7 +765,7 @@ CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 4.4.2; + CURRENT_PROJECT_VERSION = 4.4.3; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; diff --git a/cocoa/Scintilla/Scintilla/Info.plist b/cocoa/Scintilla/Scintilla/Info.plist index 6032125f0..e51501b0a 100644 --- a/cocoa/Scintilla/Scintilla/Info.plist +++ b/cocoa/Scintilla/Scintilla/Info.plist @@ -15,7 +15,7 @@ <key>CFBundlePackageType</key> <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> <key>CFBundleShortVersionString</key> - <string>4.4.2</string> + <string>4.4.3</string> <key>CFBundleVersion</key> <string>$(CURRENT_PROJECT_VERSION)</string> <key>NSHumanReadableCopyright</key> diff --git a/cocoa/ScintillaFramework/Info.plist b/cocoa/ScintillaFramework/Info.plist index 4282a985d..e31db6129 100644 --- a/cocoa/ScintillaFramework/Info.plist +++ b/cocoa/ScintillaFramework/Info.plist @@ -17,11 +17,11 @@ <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleShortVersionString</key> - <string>4.4.2</string> + <string>4.4.3</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>4.4.2</string> + <string>4.4.3</string> <key>NSPrincipalClass</key> <string></string> </dict> |
