Update version number to 5.0.0-alpha

This commit is contained in:
1024jp 2024-05-10 17:51:42 +09:00
parent f8e0a05432
commit f567a7d63d
4 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# Change Log
4.9.0 (unreleased)
5.0.0 (unreleased)
--------------------------
### New Features

View File

@ -3395,7 +3395,7 @@
ENABLE_USER_SCRIPT_SANDBOXING = NO;
INFOPLIST_FILE = CotEditor/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
MARKETING_VERSION = "4.9.0-alpha";
MARKETING_VERSION = "5.0.0-alpha";
PRODUCT_BUNDLE_IDENTIFIER = com.coteditor.CotEditor;
PRODUCT_NAME = CotEditor;
};
@ -3412,7 +3412,7 @@
ENABLE_USER_SCRIPT_SANDBOXING = NO;
INFOPLIST_FILE = CotEditor/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
MARKETING_VERSION = "4.9.0-alpha";
MARKETING_VERSION = "5.0.0-alpha";
PRODUCT_BUNDLE_IDENTIFIER = com.coteditor.CotEditor;
PRODUCT_NAME = CotEditor;
};
@ -3453,7 +3453,7 @@
ENABLE_USER_SCRIPT_SANDBOXING = NO;
INFOPLIST_FILE = CotEditor/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
MARKETING_VERSION = "4.9.0-alpha";
MARKETING_VERSION = "5.0.0-alpha";
PRODUCT_BUNDLE_IDENTIFIER = com.coteditor.CotEditor;
PRODUCT_NAME = CotEditor;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) SPARKLE";
@ -3471,7 +3471,7 @@
ENABLE_USER_SCRIPT_SANDBOXING = NO;
INFOPLIST_FILE = CotEditor/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
MARKETING_VERSION = "4.9.0-alpha";
MARKETING_VERSION = "5.0.0-alpha";
PRODUCT_BUNDLE_IDENTIFIER = com.coteditor.CotEditor;
PRODUCT_NAME = CotEditor;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) SPARKLE";

View File

@ -258,7 +258,7 @@ private enum BundleIdentifier {
NSApp.servicesProvider = ServicesProvider()
NSTouchBar.isAutomaticCustomizeTouchBarMenuItemEnabled = true
// Show What's New panel for CotEditor 4.9.0
// Show What's New panel for CotEditor 5.0.0
if let lastVersion = UserDefaults.standard[.lastVersion].flatMap(Int.init), lastVersion <= 650 {
self.showWhatsNew(nil)
}

View File

@ -124,7 +124,7 @@ private struct SectionView<Content: View>: View {
private enum NewFeature: CaseIterable {
static let version = "4.9"
static let version = "5.0"
case macOSSupport
case donation