Update version number to 3.9.0 (421)

This commit is contained in:
1024jp 2020-05-26 17:45:59 +09:00
parent d5a86802be
commit e7f9b1acd4
2 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
Change Log
==========================
3.9.0 (unreleased)
3.9.0 (421)
--------------------------
### Improvements

View File

@ -4142,10 +4142,10 @@
baseConfigurationReference = 5454B92E243C8257009275BC /* CotEditor.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 420;
CURRENT_PROJECT_VERSION = 421;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Info.plist;
MARKETING_VERSION = "3.9.0-rc";
MARKETING_VERSION = 3.9.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.coteditor.$(PRODUCT_NAME)";
PRODUCT_NAME = CotEditor;
};
@ -4156,10 +4156,10 @@
baseConfigurationReference = 5454B92E243C8257009275BC /* CotEditor.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 420;
CURRENT_PROJECT_VERSION = 421;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Info.plist;
MARKETING_VERSION = "3.9.0-rc";
MARKETING_VERSION = 3.9.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.coteditor.$(PRODUCT_NAME)";
PRODUCT_NAME = CotEditor;
};
@ -4218,14 +4218,14 @@
baseConfigurationReference = 5454B92D243C8257009275BC /* CotEditor-Sparkle.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 420;
CURRENT_PROJECT_VERSION = 421;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/../Frameworks/Build",
);
INFOPLIST_FILE = "Info-Sparkle.plist";
MARKETING_VERSION = "3.9.0-rc";
MARKETING_VERSION = 3.9.0;
OTHER_SWIFT_FLAGS = "$(inherited) -D SPARKLE";
PRODUCT_BUNDLE_IDENTIFIER = com.coteditor.CotEditor;
PRODUCT_NAME = CotEditor;
@ -4237,14 +4237,14 @@
baseConfigurationReference = 5454B92D243C8257009275BC /* CotEditor-Sparkle.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 420;
CURRENT_PROJECT_VERSION = 421;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/../Frameworks/Build",
);
INFOPLIST_FILE = "Info-Sparkle.plist";
MARKETING_VERSION = "3.9.0-rc";
MARKETING_VERSION = 3.9.0;
OTHER_SWIFT_FLAGS = "$(inherited) -D SPARKLE";
PRODUCT_BUNDLE_IDENTIFIER = com.coteditor.CotEditor;
PRODUCT_NAME = CotEditor;