diff options
| author | Neil <nyamatongwe@gmail.com> | 2021-06-18 08:50:17 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2021-06-18 08:50:17 +1000 |
| commit | d886dfe0a9d5a3d92a5e9451dcbf30f0b3999357 (patch) | |
| tree | 9b71a9d4355eefc0e0142836532e44af6d289011 /cocoa/Scintilla | |
| parent | 837d0ca0e8accace3e8c7c4647417c1fcc88d1d5 (diff) | |
| download | scintilla-mirror-d886dfe0a9d5a3d92a5e9451dcbf30f0b3999357.tar.gz | |
Updated for stable version 5.1.0.
Diffstat (limited to 'cocoa/Scintilla')
| -rw-r--r-- | cocoa/Scintilla/Info.plist | 2 | ||||
| -rw-r--r-- | cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cocoa/Scintilla/Info.plist b/cocoa/Scintilla/Info.plist index f105e5df6..5db934875 100644 --- a/cocoa/Scintilla/Info.plist +++ b/cocoa/Scintilla/Info.plist @@ -15,7 +15,7 @@ <key>CFBundlePackageType</key> <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> <key>CFBundleShortVersionString</key> - <string>5.0.3</string> + <string>5.1.0</string> <key>CFBundleVersion</key> <string>$(CURRENT_PROJECT_VERSION)</string> <key>NSHumanReadableCopyright</key> diff --git a/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj b/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj index 335855bce..543539eb6 100644 --- a/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj +++ b/cocoa/Scintilla/Scintilla.xcodeproj/project.pbxproj @@ -545,7 +545,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 5.0.3; + CURRENT_PROJECT_VERSION = 5.1.0; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; |
