Skip to content

Commit a15217d

Browse files
committed
Bump version
1 parent 6d5672c commit a15217d

19 files changed

Lines changed: 54 additions & 54 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Future
22

3-
# 1.22.0
3+
# 1.22.1
44
- ANDROID: OnNewIntent handler to allow launchers start new content without closing first
55
- ANDROID: Use app-specific storage for Google Play builds of RetroArch
66
- ANDROID: Implement support for the Storage Access Framework, to allow the user to mount most directories1 from internal storage, the SD card, other removable storage devices and any document providers provided by other Android apps on the current device.

default.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.22.0
1+
# 1.22.1
22
- ANDROID: OnNewIntent handler to allow launchers start new content without closing first
33
- ANDROID: Use app-specific storage for Google Play builds of RetroArch
44
- ANDROID: Implement support for the Storage Access Framework, to allow the user to mount most directories1 from internal storage, the SD card, other removable storage devices and any document providers provided by other Android apps on the current device.

pkg/android/phoenix-legacy/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!-- <!DOCTYPE manifest [ <!ENTITY % versionDTD SYSTEM "../../../version.dtd"> %versionDTD; ]> !-->
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.retroarch.legacy"
4-
android:versionCode="1556806384"
5-
android:versionName="1.22.0"
4+
android:versionCode="1556806385"
5+
android:versionName="1.22.1"
66
android:installLocation="internalOnly">
77
<uses-feature android:glEsVersion="0x00020000" />
88
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>

pkg/android/phoenix/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
package="com.retroarch"
5-
android:versionCode="1597175265"
6-
android:versionName="1.22.0"
5+
android:versionCode="1597175266"
6+
android:versionName="1.22.1"
77
android:installLocation="internalOnly">
88
<uses-feature android:glEsVersion="0x00020000" />
99
<uses-feature android:name="android.hardware.type.pc" android:required="false"/>

pkg/apple/OSX/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
<key>CFBundlePackageType</key>
3131
<string>APPL</string>
3232
<key>CFBundleShortVersionString</key>
33-
<string>1.22.0</string>
33+
<string>1.22.1</string>
3434
<key>CFBundleSignature</key>
3535
<string>????</string>
3636
<key>CFBundleVersion</key>
37-
<string>1.22.0</string>
37+
<string>1.22.1</string>
3838
<key>LSApplicationCategoryType</key>
3939
<string>public.app-category.games</string>
4040
<key>LSMinimumSystemVersion</key>

pkg/apple/RetroArch_Metal.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1985,7 +1985,7 @@
19851985
);
19861986
LLVM_LTO = YES_THIN;
19871987
MACOSX_DEPLOYMENT_TARGET = 10.13;
1988-
MARKETING_VERSION = 1.22.0;
1988+
MARKETING_VERSION = 1.22.1;
19891989
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
19901990
MTL_FAST_MATH = YES;
19911991
ONLY_ACTIVE_ARCH = YES;
@@ -2069,7 +2069,7 @@
20692069
);
20702070
LLVM_LTO = YES_THIN;
20712071
MACOSX_DEPLOYMENT_TARGET = 10.13;
2072-
MARKETING_VERSION = 1.22.0;
2072+
MARKETING_VERSION = 1.22.1;
20732073
MTL_ENABLE_DEBUG_INFO = NO;
20742074
MTL_FAST_MATH = YES;
20752075
MTL_IGNORE_WARNINGS = YES;

pkg/apple/RetroArch_iOS10.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@
460460
CODE_SIGN_IDENTITY = "iPhone Developer";
461461
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
462462
CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist";
463-
CURRENT_PROJECT_VERSION = 1.22.0;
463+
CURRENT_PROJECT_VERSION = 1.22.1;
464464
DEVELOPMENT_TEAM = UK699V5ZS8;
465465
ENABLE_BITCODE = NO;
466466
GCC_PRECOMPILE_PREFIX_HEADER = NO;
@@ -478,7 +478,7 @@
478478
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
479479
LD_NO_PIE = YES;
480480
LIBRARY_SEARCH_PATHS = "";
481-
MARKETING_VERSION = 1.22.0;
481+
MARKETING_VERSION = 1.22.1;
482482
ONLY_ACTIVE_ARCH = NO;
483483
OTHER_CFLAGS = (
484484
"-DHAVE_NETWORKGAMEPAD",
@@ -564,7 +564,7 @@
564564
CODE_SIGN_IDENTITY = "iPhone Developer";
565565
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
566566
CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist";
567-
CURRENT_PROJECT_VERSION = 1.22.0;
567+
CURRENT_PROJECT_VERSION = 1.22.1;
568568
DEVELOPMENT_TEAM = UK699V5ZS8;
569569
ENABLE_BITCODE = NO;
570570
GCC_PRECOMPILE_PREFIX_HEADER = NO;
@@ -582,7 +582,7 @@
582582
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
583583
LD_NO_PIE = YES;
584584
LIBRARY_SEARCH_PATHS = "";
585-
MARKETING_VERSION = 1.22.0;
585+
MARKETING_VERSION = 1.22.1;
586586
OTHER_CFLAGS = (
587587
"-DNS_BLOCK_ASSERTIONS=1",
588588
"-DNDEBUG",

pkg/apple/RetroArch_iOS10_static.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@
464464
CODE_SIGN_IDENTITY = "iPhone Developer";
465465
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
466466
CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist";
467-
CURRENT_PROJECT_VERSION = 1.22.0;
467+
CURRENT_PROJECT_VERSION = 1.22.1;
468468
DEVELOPMENT_TEAM = UK699V5ZS8;
469469
ENABLE_BITCODE = NO;
470470
GCC_PRECOMPILE_PREFIX_HEADER = NO;
@@ -481,7 +481,7 @@
481481
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
482482
LD_NO_PIE = YES;
483483
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)";
484-
MARKETING_VERSION = 1.22.0;
484+
MARKETING_VERSION = 1.22.1;
485485
ONLY_ACTIVE_ARCH = NO;
486486
OTHER_CFLAGS = (
487487
"-DHAVE_APPLE_STORE",
@@ -567,7 +567,7 @@
567567
CODE_SIGN_IDENTITY = "iPhone Developer";
568568
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
569569
CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist";
570-
CURRENT_PROJECT_VERSION = 1.22.0;
570+
CURRENT_PROJECT_VERSION = 1.22.1;
571571
DEVELOPMENT_TEAM = UK699V5ZS8;
572572
ENABLE_BITCODE = NO;
573573
GCC_PRECOMPILE_PREFIX_HEADER = NO;
@@ -584,7 +584,7 @@
584584
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
585585
LD_NO_PIE = YES;
586586
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)";
587-
MARKETING_VERSION = 1.22.0;
587+
MARKETING_VERSION = 1.22.1;
588588
OTHER_CFLAGS = (
589589
"-DNS_BLOCK_ASSERTIONS=1",
590590
"-DNDEBUG",

pkg/apple/RetroArch_iOS11.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@
611611
CODE_SIGN_IDENTITY = "iPhone Developer";
612612
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
613613
CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist";
614-
CURRENT_PROJECT_VERSION = 1.22.0;
614+
CURRENT_PROJECT_VERSION = 1.22.1;
615615
DEVELOPMENT_TEAM = R72X3BF4KE;
616616
ENABLE_BITCODE = NO;
617617
GCC_PRECOMPILE_PREFIX_HEADER = NO;
@@ -628,7 +628,7 @@
628628
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
629629
LD_NO_PIE = YES;
630630
LIBRARY_SEARCH_PATHS = "";
631-
MARKETING_VERSION = 1.22.0;
631+
MARKETING_VERSION = 1.22.1;
632632
ONLY_ACTIVE_ARCH = NO;
633633
OTHER_CFLAGS = (
634634
"-DHAVE_NETWORKGAMEPAD",
@@ -711,7 +711,7 @@
711711
CODE_SIGN_IDENTITY = "iPhone Developer";
712712
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
713713
CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist";
714-
CURRENT_PROJECT_VERSION = 1.22.0;
714+
CURRENT_PROJECT_VERSION = 1.22.1;
715715
DEVELOPMENT_TEAM = R72X3BF4KE;
716716
ENABLE_BITCODE = NO;
717717
GCC_PRECOMPILE_PREFIX_HEADER = NO;
@@ -728,7 +728,7 @@
728728
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
729729
LD_NO_PIE = YES;
730730
LIBRARY_SEARCH_PATHS = "";
731-
MARKETING_VERSION = 1.22.0;
731+
MARKETING_VERSION = 1.22.1;
732732
"OTHER_CFLAGS[arch=*]" = (
733733
"-DNS_BLOCK_ASSERTIONS=1",
734734
"-DNDEBUG",
@@ -835,7 +835,7 @@
835835
CLANG_WARN_UNREACHABLE_CODE = YES;
836836
CODE_SIGN_IDENTITY = "iPhone Developer";
837837
CODE_SIGN_STYLE = Automatic;
838-
CURRENT_PROJECT_VERSION = 1.22.0;
838+
CURRENT_PROJECT_VERSION = 1.22.1;
839839
DEBUG_INFORMATION_FORMAT = dwarf;
840840
DEVELOPMENT_TEAM = R72X3BF4KE;
841841
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -857,7 +857,7 @@
857857
);
858858
INFOPLIST_FILE = "$(SRCROOT)/tvOS/Info.plist";
859859
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
860-
MARKETING_VERSION = 1.22.0;
860+
MARKETING_VERSION = 1.22.1;
861861
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
862862
MTL_FAST_MATH = YES;
863863
ONLY_ACTIVE_ARCH = YES;
@@ -962,7 +962,7 @@
962962
CLANG_WARN_UNREACHABLE_CODE = YES;
963963
CODE_SIGN_IDENTITY = "iPhone Developer";
964964
CODE_SIGN_STYLE = Automatic;
965-
CURRENT_PROJECT_VERSION = 1.22.0;
965+
CURRENT_PROJECT_VERSION = 1.22.1;
966966
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
967967
DEVELOPMENT_TEAM = R72X3BF4KE;
968968
ENABLE_NS_ASSERTIONS = NO;
@@ -984,7 +984,7 @@
984984
);
985985
INFOPLIST_FILE = "$(SRCROOT)/tvOS/Info.plist";
986986
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
987-
MARKETING_VERSION = 1.22.0;
987+
MARKETING_VERSION = 1.22.1;
988988
MTL_ENABLE_DEBUG_INFO = NO;
989989
MTL_FAST_MATH = YES;
990990
OTHER_CFLAGS = (

pkg/apple/RetroArch_iOS11_Metal.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,7 @@
13231323
CODE_SIGN_IDENTITY = "iPhone Developer";
13241324
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
13251325
CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist";
1326-
CURRENT_PROJECT_VERSION = 1.22.0;
1326+
CURRENT_PROJECT_VERSION = 1.22.1;
13271327
DEPS_DIR = "$(SRCBASE)/deps";
13281328
DEVELOPMENT_TEAM = UK699V5ZS8;
13291329
ENABLE_BITCODE = NO;
@@ -1352,7 +1352,7 @@
13521352
"@executable_path/Frameworks",
13531353
"$(PROJECT_DIR)/iOS/modules",
13541354
);
1355-
MARKETING_VERSION = 1.22.0;
1355+
MARKETING_VERSION = 1.22.1;
13561356
MTL_FAST_MATH = YES;
13571357
ONLY_ACTIVE_ARCH = NO;
13581358
OTHER_CFLAGS = (
@@ -1448,7 +1448,7 @@
14481448
CODE_SIGN_IDENTITY = "iPhone Developer";
14491449
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
14501450
CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist";
1451-
CURRENT_PROJECT_VERSION = 1.22.0;
1451+
CURRENT_PROJECT_VERSION = 1.22.1;
14521452
DEPS_DIR = "$(SRCBASE)/deps";
14531453
DEVELOPMENT_TEAM = UK699V5ZS8;
14541454
ENABLE_BITCODE = NO;
@@ -1477,7 +1477,7 @@
14771477
"@executable_path/Frameworks",
14781478
"$(PROJECT_DIR)/iOS/modules",
14791479
);
1480-
MARKETING_VERSION = 1.22.0;
1480+
MARKETING_VERSION = 1.22.1;
14811481
MTL_FAST_MATH = YES;
14821482
OTHER_CFLAGS = (
14831483
"-DNS_BLOCK_ASSERTIONS=1",
@@ -1654,7 +1654,7 @@
16541654
CLANG_WARN_UNREACHABLE_CODE = YES;
16551655
CODE_SIGN_IDENTITY = "Apple Development";
16561656
CODE_SIGN_STYLE = Automatic;
1657-
CURRENT_PROJECT_VERSION = 1.22.0;
1657+
CURRENT_PROJECT_VERSION = 1.22.1;
16581658
DEBUG_INFORMATION_FORMAT = dwarf;
16591659
DEPS_DIR = "$(SRCBASE)/deps";
16601660
DEVELOPMENT_TEAM = UK699V5ZS8;
@@ -1688,7 +1688,7 @@
16881688
"$(inherited)",
16891689
"$(PROJECT_DIR)/tvOS/modules",
16901690
);
1691-
MARKETING_VERSION = 1.22.0;
1691+
MARKETING_VERSION = 1.22.1;
16921692
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
16931693
MTL_FAST_MATH = YES;
16941694
ONLY_ACTIVE_ARCH = YES;
@@ -1795,7 +1795,7 @@
17951795
CLANG_WARN_UNREACHABLE_CODE = YES;
17961796
CODE_SIGN_IDENTITY = "Apple Development";
17971797
CODE_SIGN_STYLE = Automatic;
1798-
CURRENT_PROJECT_VERSION = 1.22.0;
1798+
CURRENT_PROJECT_VERSION = 1.22.1;
17991799
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
18001800
DEPS_DIR = "$(SRCBASE)/deps";
18011801
DEVELOPMENT_TEAM = UK699V5ZS8;
@@ -1829,7 +1829,7 @@
18291829
"$(inherited)",
18301830
"$(PROJECT_DIR)/tvOS/modules",
18311831
);
1832-
MARKETING_VERSION = 1.22.0;
1832+
MARKETING_VERSION = 1.22.1;
18331833
MTL_ENABLE_DEBUG_INFO = NO;
18341834
MTL_FAST_MATH = YES;
18351835
OTHER_CFLAGS = (

0 commit comments

Comments
 (0)