diff options
author | Neil <nyamatongwe@gmail.com> | 2021-04-03 19:34:17 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-04-03 19:34:17 +1100 |
commit | 1485ec0b5f3fb3df5b4b4effba94ab1c621a8f2b (patch) | |
tree | 3d9c5663445bc69262bcf36a1e50974dd526448f /cocoa/Scintilla | |
parent | 78601728e07170bb6389625e9a4013e6e0aac223 (diff) | |
download | scintilla-mirror-1485ec0b5f3fb3df5b4b4effba94ab1c621a8f2b.tar.gz |
Updates for 5.0.1.
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 bda3aaf80..a9219c764 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.0</string> + <string>5.0.1</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 dbcacbb4d..fdba7f9ee 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.0; + CURRENT_PROJECT_VERSION = 5.0.1; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; |