Update version number to 3.9.6-alpha (434)

This commit is contained in:
1024jp 2020-08-19 21:58:08 +09:00
parent 699a9fa55e
commit 2535a5012b
2 changed files with 14 additions and 8 deletions

View File

@ -2,6 +2,12 @@
Change Log Change Log
========================== ==========================
3.9.6 (unreleased)
--------------------------
3.9.5 (433) 3.9.5 (433)
-------------------------- --------------------------

View File

@ -4152,10 +4152,10 @@
baseConfigurationReference = 5454B92E243C8257009275BC /* CotEditor.xcconfig */; baseConfigurationReference = 5454B92E243C8257009275BC /* CotEditor.xcconfig */;
buildSettings = { buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 433; CURRENT_PROJECT_VERSION = 434;
ENABLE_HARDENED_RUNTIME = YES; ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Info.plist; INFOPLIST_FILE = Info.plist;
MARKETING_VERSION = 3.9.5; MARKETING_VERSION = "3.9.6-alpha";
PRODUCT_BUNDLE_IDENTIFIER = "com.coteditor.$(PRODUCT_NAME)"; PRODUCT_BUNDLE_IDENTIFIER = "com.coteditor.$(PRODUCT_NAME)";
PRODUCT_NAME = CotEditor; PRODUCT_NAME = CotEditor;
}; };
@ -4166,10 +4166,10 @@
baseConfigurationReference = 5454B92E243C8257009275BC /* CotEditor.xcconfig */; baseConfigurationReference = 5454B92E243C8257009275BC /* CotEditor.xcconfig */;
buildSettings = { buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 433; CURRENT_PROJECT_VERSION = 434;
ENABLE_HARDENED_RUNTIME = YES; ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Info.plist; INFOPLIST_FILE = Info.plist;
MARKETING_VERSION = 3.9.5; MARKETING_VERSION = "3.9.6-alpha";
PRODUCT_BUNDLE_IDENTIFIER = "com.coteditor.$(PRODUCT_NAME)"; PRODUCT_BUNDLE_IDENTIFIER = "com.coteditor.$(PRODUCT_NAME)";
PRODUCT_NAME = CotEditor; PRODUCT_NAME = CotEditor;
}; };
@ -4228,14 +4228,14 @@
baseConfigurationReference = 5454B92D243C8257009275BC /* CotEditor-Sparkle.xcconfig */; baseConfigurationReference = 5454B92D243C8257009275BC /* CotEditor-Sparkle.xcconfig */;
buildSettings = { buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 433; CURRENT_PROJECT_VERSION = 434;
ENABLE_HARDENED_RUNTIME = YES; ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"$(PROJECT_DIR)/../Frameworks/Build", "$(PROJECT_DIR)/../Frameworks/Build",
); );
INFOPLIST_FILE = "Info-Sparkle.plist"; INFOPLIST_FILE = "Info-Sparkle.plist";
MARKETING_VERSION = 3.9.5; MARKETING_VERSION = "3.9.6-alpha";
OTHER_SWIFT_FLAGS = "$(inherited) -D SPARKLE"; OTHER_SWIFT_FLAGS = "$(inherited) -D SPARKLE";
PRODUCT_BUNDLE_IDENTIFIER = com.coteditor.CotEditor; PRODUCT_BUNDLE_IDENTIFIER = com.coteditor.CotEditor;
PRODUCT_NAME = CotEditor; PRODUCT_NAME = CotEditor;
@ -4247,14 +4247,14 @@
baseConfigurationReference = 5454B92D243C8257009275BC /* CotEditor-Sparkle.xcconfig */; baseConfigurationReference = 5454B92D243C8257009275BC /* CotEditor-Sparkle.xcconfig */;
buildSettings = { buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CURRENT_PROJECT_VERSION = 433; CURRENT_PROJECT_VERSION = 434;
ENABLE_HARDENED_RUNTIME = YES; ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = ( FRAMEWORK_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
"$(PROJECT_DIR)/../Frameworks/Build", "$(PROJECT_DIR)/../Frameworks/Build",
); );
INFOPLIST_FILE = "Info-Sparkle.plist"; INFOPLIST_FILE = "Info-Sparkle.plist";
MARKETING_VERSION = 3.9.5; MARKETING_VERSION = "3.9.6-alpha";
OTHER_SWIFT_FLAGS = "$(inherited) -D SPARKLE"; OTHER_SWIFT_FLAGS = "$(inherited) -D SPARKLE";
PRODUCT_BUNDLE_IDENTIFIER = com.coteditor.CotEditor; PRODUCT_BUNDLE_IDENTIFIER = com.coteditor.CotEditor;
PRODUCT_NAME = CotEditor; PRODUCT_NAME = CotEditor;