From df879b52cda2feca4fb2577f37472e2d11eab4a6 Mon Sep 17 00:00:00 2001 From: LibretroAdmin Date: Sun, 16 Oct 2022 15:41:59 +0200 Subject: [PATCH] Bump to version 1.12.0 --- CHANGES.md | 21 +++++++++++++++++++ .../phoenix-legacy/AndroidManifest.xml | 4 ++-- pkg/android/phoenix/AndroidManifest.xml | 4 ++-- pkg/apple/OSX/Info.plist | 4 ++-- pkg/apple/OSX/Info_Metal.plist | 4 ++-- .../RetroArch_iOS10.xcodeproj/project.pbxproj | 8 +++---- .../RetroArch_iOS11.xcodeproj/project.pbxproj | 16 +++++++------- .../project.pbxproj | 16 +++++++------- .../project.pbxproj | 8 +++---- .../RetroArch_iOS13.xcodeproj/project.pbxproj | 16 +++++++------- .../RetroArch_iOS6.xcodeproj/project.pbxproj | 8 +++---- .../RetroArch_iOS8.xcodeproj/project.pbxproj | 8 +++---- pkg/apple/RetroArch_iOS9-Info.plist | 4 ++-- .../Package.appxmanifest | 2 +- .../Package.appxmanifest | 2 +- pkg/qnx/bar-descriptor.xml | 2 +- pkg/sailfishos/retroarch-sailfishos.spec | 5 ++--- pkg/wii/meta.xml | 2 +- version.all | 4 ++-- version.dtd | 2 +- 20 files changed, 80 insertions(+), 60 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 507f566557..cb5539b51d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,22 @@ # Future + +# 1.12.0 +- CONFIG/CLI: Allow use of --appendconfig with override cfgs instead of getting ignored +- CONFIG/LOGGING: No more console startup logging if logging to file +- CONFIG: Saves config on exit only once instead of (worst case scenario) 3 times +- DATABASE/EXPLORE/VIEW: Add View feature - Add saving of a filter set in the Explore menu into a so called "View" file which then gets listed alongside playlists. This also adds the ability to filter a category by range in the Explore menu and not just filter on exact matches. - FILEBROWSER: Fix regression - certain extensions keep disappearing +- IOS: New modern iOS version (targeting iOS 13 and up), leverages Swift +- IOS: Fixes to iOS toolbar +- IOS16: Add iOS 16 lock screen widget +- IOS13+: Added emulator keyboard +- IOS13+: Add JIT support for non-jailbroken devices +- IOS13+: Added support for touch mouse handler +- IOS13+: Changed click-and-drag behavior to double tap hold and drag +- INPUT/HAPTIC/OVERLAYS/ANDROID: Improve haptic feedback for input overlays +- LINUX/MALI FBDEV: Add conditional support for OpenGL ES 3.x +- LOCALIZATION: Updates +- LOCALIZATION/ENGLISH: Add British English language option - LOGGING/QT: Increase log buffer to 2048 characters - Vulkan validation layer messages output correctly now. - MIST/STEAM/STEAMDECK: Don't expose Black Frame Insertion (BFI) if we are running on a Steam Deck @@ -7,8 +24,12 @@ - NETWORKING/WIIU: Fix socket_connect_with_timeout for WIIU - NETWORKING/WIIU: Fixes RetroAchievements login - NETWORKING/WIIU: Fixes other online updater functionality +- SAVESTATES/NOTIFICATIONS: Add delay to savestate notifications, so that GPU savestate screenshots stay untouched +- SAVESTATES/SCREENSHOTS: Avoid 'video_gpu_screenshot' with savestates. Allow GPU screenshots with savestates only when there is no other way of getting a screenshot. - SCREENSHOTS/VULKAN: Unload screenshot widget texture early. Fixes Vulkan crash when closing content while a screenshot widget is still on-screen - SCREENSHOTS/VULKAN: Fix screenshot widget crash when ticker animating +- WIIU: Add some missing default directories +- WIIU: Get mkdir working on WiiU (directory creation) # 1.11.1 - GENERAL: Fix DEFAULT_FILL_TITLE_MACRO diff --git a/pkg/android/phoenix-legacy/AndroidManifest.xml b/pkg/android/phoenix-legacy/AndroidManifest.xml index 3a2d76bd3d..309d9ff1df 100644 --- a/pkg/android/phoenix-legacy/AndroidManifest.xml +++ b/pkg/android/phoenix-legacy/AndroidManifest.xml @@ -1,8 +1,8 @@ diff --git a/pkg/android/phoenix/AndroidManifest.xml b/pkg/android/phoenix/AndroidManifest.xml index 1564234b38..32f2d046aa 100644 --- a/pkg/android/phoenix/AndroidManifest.xml +++ b/pkg/android/phoenix/AndroidManifest.xml @@ -2,8 +2,8 @@ diff --git a/pkg/apple/OSX/Info.plist b/pkg/apple/OSX/Info.plist index 95f91555a5..1b833ffbb4 100644 --- a/pkg/apple/OSX/Info.plist +++ b/pkg/apple/OSX/Info.plist @@ -30,11 +30,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1l.1 + 1.12.0 CFBundleSignature ???? CFBundleVersion - 1.11.1 + 1.12.0 LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSHighResolutionCapable diff --git a/pkg/apple/OSX/Info_Metal.plist b/pkg/apple/OSX/Info_Metal.plist index 79f278f844..3c07904bf9 100644 --- a/pkg/apple/OSX/Info_Metal.plist +++ b/pkg/apple/OSX/Info_Metal.plist @@ -30,11 +30,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.11.1 + 1.12.0 CFBundleSignature ???? CFBundleVersion - 1.11.1 + 1.12.0 LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSHighResolutionCapable diff --git a/pkg/apple/RetroArch_iOS10.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS10.xcodeproj/project.pbxproj index 28a01de560..a7192b0980 100644 --- a/pkg/apple/RetroArch_iOS10.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_iOS10.xcodeproj/project.pbxproj @@ -460,7 +460,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; - CURRENT_PROJECT_VERSION = 1.11.1; + CURRENT_PROJECT_VERSION = 1.12.0; DEVELOPMENT_TEAM = UK699V5ZS8; ENABLE_BITCODE = NO; GCC_PRECOMPILE_PREFIX_HEADER = NO; @@ -478,7 +478,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; - MARKETING_VERSION = 1.11.1; + MARKETING_VERSION = 1.12.0; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = ( "-DHAVE_NETWORKGAMEPAD", @@ -563,7 +563,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; - CURRENT_PROJECT_VERSION = 1.11.1; + CURRENT_PROJECT_VERSION = 1.12.0; DEVELOPMENT_TEAM = UK699V5ZS8; ENABLE_BITCODE = NO; GCC_PRECOMPILE_PREFIX_HEADER = NO; @@ -581,7 +581,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; - MARKETING_VERSION = 1.11.1; + MARKETING_VERSION = 1.12.0; OTHER_CFLAGS = ( "-DNS_BLOCK_ASSERTIONS=1", "-DNDEBUG", diff --git a/pkg/apple/RetroArch_iOS11.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS11.xcodeproj/project.pbxproj index f69c8b3268..b8da909cbf 100644 --- a/pkg/apple/RetroArch_iOS11.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_iOS11.xcodeproj/project.pbxproj @@ -611,7 +611,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; - CURRENT_PROJECT_VERSION = 1.11.1; + CURRENT_PROJECT_VERSION = 1.12.0; DEVELOPMENT_TEAM = R72X3BF4KE; ENABLE_BITCODE = NO; GCC_PRECOMPILE_PREFIX_HEADER = NO; @@ -628,7 +628,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; - MARKETING_VERSION = 1.11.1; + MARKETING_VERSION = 1.12.0; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = ( "-DHAVE_NETWORKGAMEPAD", @@ -710,7 +710,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; - CURRENT_PROJECT_VERSION = 1.11.1; + CURRENT_PROJECT_VERSION = 1.12.0; DEVELOPMENT_TEAM = R72X3BF4KE; ENABLE_BITCODE = NO; GCC_PRECOMPILE_PREFIX_HEADER = NO; @@ -727,7 +727,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; - MARKETING_VERSION = 1.11.1; + MARKETING_VERSION = 1.12.0; "OTHER_CFLAGS[arch=*]" = ( "-DNS_BLOCK_ASSERTIONS=1", "-DNDEBUG", @@ -834,7 +834,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1.11.1; + CURRENT_PROJECT_VERSION = 1.12.0; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = R72X3BF4KE; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -856,7 +856,7 @@ ); INFOPLIST_FILE = "$(SRCROOT)/tvOS/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 1.11.1; + MARKETING_VERSION = 1.12.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -961,7 +961,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1.11.1; + CURRENT_PROJECT_VERSION = 1.12.0; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = R72X3BF4KE; ENABLE_NS_ASSERTIONS = NO; @@ -983,7 +983,7 @@ ); INFOPLIST_FILE = "$(SRCROOT)/tvOS/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 1.11.1; + MARKETING_VERSION = 1.12.0; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; OTHER_CFLAGS = ( diff --git a/pkg/apple/RetroArch_iOS11_Metal.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS11_Metal.xcodeproj/project.pbxproj index bb20f83330..9250b02693 100644 --- a/pkg/apple/RetroArch_iOS11_Metal.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_iOS11_Metal.xcodeproj/project.pbxproj @@ -1278,7 +1278,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; - CURRENT_PROJECT_VERSION = 1.11.1; + CURRENT_PROJECT_VERSION = 1.12.0; DEPS_DIR = "$(SRCBASE)/deps"; DEVELOPMENT_TEAM = UK699V5ZS8; ENABLE_BITCODE = NO; @@ -1302,7 +1302,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; - MARKETING_VERSION = 1.11.1; + MARKETING_VERSION = 1.12.0; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = ( @@ -1395,7 +1395,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; - CURRENT_PROJECT_VERSION = 1.11.1; + CURRENT_PROJECT_VERSION = 1.12.0; DEPS_DIR = "$(SRCBASE)/deps"; DEVELOPMENT_TEAM = UK699V5ZS8; ENABLE_BITCODE = NO; @@ -1419,7 +1419,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; - MARKETING_VERSION = 1.11.1; + MARKETING_VERSION = 1.12.0; MTL_FAST_MATH = YES; OTHER_CFLAGS = ( "-DNS_BLOCK_ASSERTIONS=1", @@ -1591,7 +1591,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1.11.1; + CURRENT_PROJECT_VERSION = 1.12.0; DEBUG_INFORMATION_FORMAT = dwarf; DEPS_DIR = "$(SRCBASE)/deps"; DEVELOPMENT_TEAM = UK699V5ZS8; @@ -1620,7 +1620,7 @@ ); INFOPLIST_FILE = "$(SRCROOT)/tvOS/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 1.11.1; + MARKETING_VERSION = 1.12.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -1726,7 +1726,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1.11.1; + CURRENT_PROJECT_VERSION = 1.12.0; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEPS_DIR = "$(SRCBASE)/deps"; DEVELOPMENT_TEAM = UK699V5ZS8; @@ -1755,7 +1755,7 @@ ); INFOPLIST_FILE = "$(SRCROOT)/tvOS/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 1.11.1; + MARKETING_VERSION = 1.12.0; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; OTHER_CFLAGS = ( diff --git a/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.pbxproj index 509ab738a4..e745fe0c27 100644 --- a/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_iOS11_static.xcodeproj/project.pbxproj @@ -464,7 +464,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; - CURRENT_PROJECT_VERSION = 1.11.1; + CURRENT_PROJECT_VERSION = 1.12.0; DEVELOPMENT_TEAM = UK699V5ZS8; ENABLE_BITCODE = NO; GCC_PRECOMPILE_PREFIX_HEADER = NO; @@ -481,7 +481,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)"; - MARKETING_VERSION = 1.11.1; + MARKETING_VERSION = 1.12.0; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = ( "-DHAVE_APPLE_STORE", @@ -566,7 +566,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; - CURRENT_PROJECT_VERSION = 1.11.1; + CURRENT_PROJECT_VERSION = 1.12.0; DEVELOPMENT_TEAM = UK699V5ZS8; ENABLE_BITCODE = NO; GCC_PRECOMPILE_PREFIX_HEADER = NO; @@ -583,7 +583,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)"; - MARKETING_VERSION = 1.11.1; + MARKETING_VERSION = 1.12.0; OTHER_CFLAGS = ( "-DNS_BLOCK_ASSERTIONS=1", "-DNDEBUG", diff --git a/pkg/apple/RetroArch_iOS13.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS13.xcodeproj/project.pbxproj index 4fc83f50e5..090da679ca 100644 --- a/pkg/apple/RetroArch_iOS13.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_iOS13.xcodeproj/project.pbxproj @@ -1475,7 +1475,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; - CURRENT_PROJECT_VERSION = 1.11.1; + CURRENT_PROJECT_VERSION = 1.12.0; DEPS_DIR = "$(SRCBASE)/deps"; DEVELOPMENT_TEAM = UK699V5ZS8; ENABLE_BITCODE = NO; @@ -1500,7 +1500,7 @@ LD_NO_PIE = YES; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LIBRARY_SEARCH_PATHS = ""; - MARKETING_VERSION = 1.11.1; + MARKETING_VERSION = 1.12.0; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = ( @@ -1606,7 +1606,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1.11.1; + CURRENT_PROJECT_VERSION = 1.12.0; DEPS_DIR = "$(SRCBASE)/deps"; DEVELOPMENT_TEAM = UK699V5ZS8; ENABLE_BITCODE = NO; @@ -1631,7 +1631,7 @@ LD_NO_PIE = YES; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LIBRARY_SEARCH_PATHS = ""; - MARKETING_VERSION = 1.11.1; + MARKETING_VERSION = 1.12.0; MTL_FAST_MATH = YES; OTHER_CFLAGS = ( "-DNS_BLOCK_ASSERTIONS=1", @@ -1816,7 +1816,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1.11.1; + CURRENT_PROJECT_VERSION = 1.12.0; DEBUG_INFORMATION_FORMAT = dwarf; DEPS_DIR = "$(SRCBASE)/deps"; DEVELOPMENT_TEAM = UK699V5ZS8; @@ -1845,7 +1845,7 @@ ); INFOPLIST_FILE = "$(SRCROOT)/tvOS/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 1.11.1; + MARKETING_VERSION = 1.12.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -1954,7 +1954,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1.11.1; + CURRENT_PROJECT_VERSION = 1.12.0; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEPS_DIR = "$(SRCBASE)/deps"; DEVELOPMENT_TEAM = UK699V5ZS8; @@ -1983,7 +1983,7 @@ ); INFOPLIST_FILE = "$(SRCROOT)/tvOS/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 1.11.1; + MARKETING_VERSION = 1.12.0; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; OTHER_CFLAGS = ( diff --git a/pkg/apple/RetroArch_iOS6.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS6.xcodeproj/project.pbxproj index 3911dcae7a..845f517c12 100644 --- a/pkg/apple/RetroArch_iOS6.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_iOS6.xcodeproj/project.pbxproj @@ -455,7 +455,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1.11.1; + CURRENT_PROJECT_VERSION = 1.12.0; DEVELOPMENT_TEAM = UK699V5ZS8; ENABLE_BITCODE = NO; GCC_PRECOMPILE_PREFIX_HEADER = NO; @@ -473,7 +473,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 6.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; - MARKETING_VERSION = 1.11.1; + MARKETING_VERSION = 1.12.0; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = ( "-DHAVE_NETWORKGAMEPAD", @@ -556,7 +556,7 @@ "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1.11.1; + CURRENT_PROJECT_VERSION = 1.12.0; DEVELOPMENT_TEAM = UK699V5ZS8; ENABLE_BITCODE = NO; GCC_PRECOMPILE_PREFIX_HEADER = NO; @@ -574,7 +574,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 6.0; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; - MARKETING_VERSION = 1.11.1; + MARKETING_VERSION = 1.12.0; OTHER_CFLAGS = ( "-DNS_BLOCK_ASSERTIONS=1", "-DNDEBUG", diff --git a/pkg/apple/RetroArch_iOS8.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_iOS8.xcodeproj/project.pbxproj index 0ace44e20e..8df7cff52c 100644 --- a/pkg/apple/RetroArch_iOS8.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_iOS8.xcodeproj/project.pbxproj @@ -612,7 +612,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; - CURRENT_PROJECT_VERSION = 1.11.1; + CURRENT_PROJECT_VERSION = 1.12.0; DEVELOPMENT_TEAM = UK699V5ZS8; ENABLE_BITCODE = NO; GCC_PRECOMPILE_PREFIX_HEADER = NO; @@ -630,7 +630,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 8.4; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; - MARKETING_VERSION = 1.11.1; + MARKETING_VERSION = 1.12.0; ONLY_ACTIVE_ARCH = NO; OTHER_CFLAGS = ( "-DHAVE_NETWORKGAMEPAD", @@ -715,7 +715,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"; - CURRENT_PROJECT_VERSION = 1.11.1; + CURRENT_PROJECT_VERSION = 1.12.0; DEVELOPMENT_TEAM = UK699V5ZS8; ENABLE_BITCODE = NO; GCC_PRECOMPILE_PREFIX_HEADER = NO; @@ -733,7 +733,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 8.4; LD_NO_PIE = YES; LIBRARY_SEARCH_PATHS = ""; - MARKETING_VERSION = 1.11.1; + MARKETING_VERSION = 1.12.0; OTHER_CFLAGS = ( "-DNS_BLOCK_ASSERTIONS=1", "-DNDEBUG", diff --git a/pkg/apple/RetroArch_iOS9-Info.plist b/pkg/apple/RetroArch_iOS9-Info.plist index fd164ff217..72fb66c5be 100644 --- a/pkg/apple/RetroArch_iOS9-Info.plist +++ b/pkg/apple/RetroArch_iOS9-Info.plist @@ -33,11 +33,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.11.1 + 1.12.0 CFBundleSignature ???? CFBundleVersion - 1.11.1 + 1.12.0 LSRequiresIPhoneOS UIApplicationExitsOnSuspend diff --git a/pkg/msvc-uwp/RetroArch-msvc2017-UWP/Package.appxmanifest b/pkg/msvc-uwp/RetroArch-msvc2017-UWP/Package.appxmanifest index b3e7e7a301..ae3e6da835 100644 --- a/pkg/msvc-uwp/RetroArch-msvc2017-UWP/Package.appxmanifest +++ b/pkg/msvc-uwp/RetroArch-msvc2017-UWP/Package.appxmanifest @@ -1,6 +1,6 @@  - + RetroArch diff --git a/pkg/msvc-uwp/RetroArch-msvc2019-UWP/Package.appxmanifest b/pkg/msvc-uwp/RetroArch-msvc2019-UWP/Package.appxmanifest index 675dd059d2..7f84d93843 100755 --- a/pkg/msvc-uwp/RetroArch-msvc2019-UWP/Package.appxmanifest +++ b/pkg/msvc-uwp/RetroArch-msvc2019-UWP/Package.appxmanifest @@ -1,6 +1,6 @@ - + RetroArch diff --git a/pkg/qnx/bar-descriptor.xml b/pkg/qnx/bar-descriptor.xml index 45425089ac..f4496ea476 100644 --- a/pkg/qnx/bar-descriptor.xml +++ b/pkg/qnx/bar-descriptor.xml @@ -2,7 +2,7 @@ com.RetroArch - 1.11.1 + 1.12.0 3 Cross-platform entertainment system Team Libretro diff --git a/pkg/sailfishos/retroarch-sailfishos.spec b/pkg/sailfishos/retroarch-sailfishos.spec index 4a25998975..9905d3aa1a 100644 --- a/pkg/sailfishos/retroarch-sailfishos.spec +++ b/pkg/sailfishos/retroarch-sailfishos.spec @@ -1,6 +1,6 @@ Name: retroarch -Version: 1.11.1 -Release: v1.11.1 +Version: 1.12.0 +Release: v1.12.0 Summary: Official reference frontend for libretro Group: Applications/Emulators @@ -75,7 +75,6 @@ sed -i \ %doc README.md %config /etc/retroarch.cfg %{_prefix}/bin/retroarch -%{_prefix}/bin/retroarch-cg2glsl %{_prefix}/share/applications/retroarch.desktop %{_prefix}/share/man/man6/*.6* %{_prefix}/share/icons/hicolor/86x86/apps/retroarch.* diff --git a/pkg/wii/meta.xml b/pkg/wii/meta.xml index 83f3ed81b1..0aaa29b2c0 100644 --- a/pkg/wii/meta.xml +++ b/pkg/wii/meta.xml @@ -2,7 +2,7 @@ RetroArch Libretro - 1.11.1 + 1.12.0 2012-2022 The cross-platform entertainment system A port of RetroArch to the GameCube/Wii. diff --git a/version.all b/version.all index 362c402d30..ee5cc7892a 100644 --- a/version.all +++ b/version.all @@ -6,8 +6,8 @@ # /* - pkg/snap/snapcraft.yaml (including the github url) */ #if 0 -RARCH_VERSION="1.11.1" +RARCH_VERSION="1.12.0" #endif #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "1.11.1" +#define PACKAGE_VERSION "1.12.0" #endif diff --git a/version.dtd b/version.dtd index fe47f0fdf0..bd9a44fd73 100644 --- a/version.dtd +++ b/version.dtd @@ -1 +1 @@ - +