diff options
| author | Neil <nyamatongwe@gmail.com> | 2021-05-29 16:14:02 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2021-05-29 16:14:02 +1000 |
| commit | 867a6e3d42fb9085ba02070902673bf65086ceb2 (patch) | |
| tree | 38bf2149fe66a43f1b8e7f571fb0f15a77b51612 /cocoa | |
| parent | c9b2423aaed459c68dd8f43b1de0edee4eb287c8 (diff) | |
| download | scintilla-mirror-867a6e3d42fb9085ba02070902673bf65086ceb2.tar.gz | |
Updates for 5.0.3.
Diffstat (limited to 'cocoa')
| -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 a49e26fa0..f105e5df6 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.2</string> + <string>5.0.3</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 9f18d4423..335855bce 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.2; + CURRENT_PROJECT_VERSION = 5.0.3; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; |
