diff --git a/pkg/android/phoenix/AndroidManifest.xml b/pkg/android/phoenix/AndroidManifest.xml index b8621b4d87..ce2114cf51 100644 --- a/pkg/android/phoenix/AndroidManifest.xml +++ b/pkg/android/phoenix/AndroidManifest.xml @@ -1,8 +1,8 @@ diff --git a/pkg/apple/OSX/Info.plist b/pkg/apple/OSX/Info.plist index da92319c38..9734bb03cb 100644 --- a/pkg/apple/OSX/Info.plist +++ b/pkg/apple/OSX/Info.plist @@ -30,17 +30,17 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.6.0 + 1.7.1 CFBundleSignature ???? CFBundleVersion - 1.6.0 + 1.7.1 LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSHighResolutionCapable NSHumanReadableCopyright - Copyright © 2015 RetroArch. All rights reserved. + Copyright © 2018 RetroArch. All rights reserved. NSMainNibFile MainMenu NSPrincipalClass diff --git a/pkg/apple/RetroArch_iOS9-Info.plist b/pkg/apple/RetroArch_iOS9-Info.plist index 35f8de3648..2fa4e58c93 100644 --- a/pkg/apple/RetroArch_iOS9-Info.plist +++ b/pkg/apple/RetroArch_iOS9-Info.plist @@ -33,11 +33,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.7.0 + 1.7.1 CFBundleSignature ???? CFBundleVersion - 1.7.0 + 1.7.1 LSRequiresIPhoneOS UIApplicationExitsOnSuspend diff --git a/version.all b/version.all index 9e60abf64e..c8e078b91d 100644 --- a/version.all +++ b/version.all @@ -6,8 +6,8 @@ # /* - pkg/snap/snapcraft.yaml (including the github url) */ #if 0 -RARCH_VERSION="1.7.0" +RARCH_VERSION="1.7.1" #endif #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "1.7.0" +#define PACKAGE_VERSION "1.7.1" #endif