From 319d87cf6f1651051783da6f1374a57d9ed128aa Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 20 Mar 2018 08:35:17 +0100 Subject: [PATCH] Bump up version --- pkg/android/phoenix/AndroidManifest.xml | 4 ++-- pkg/apple/OSX/Info.plist | 4 ++-- pkg/apple/RetroArch_iOS9-Info.plist | 4 ++-- pkg/apple/iOS/Info.plist | 4 ++-- pkg/psp1/.empty | 0 pkg/wiiu/meta.xml | 2 +- version.all | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 pkg/psp1/.empty diff --git a/pkg/android/phoenix/AndroidManifest.xml b/pkg/android/phoenix/AndroidManifest.xml index ce2114cf51..64fb606419 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 9734bb03cb..36e4c0a398 100644 --- a/pkg/apple/OSX/Info.plist +++ b/pkg/apple/OSX/Info.plist @@ -30,11 +30,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.7.1 + 1.7.2 CFBundleSignature ???? CFBundleVersion - 1.7.1 + 1.7.2 LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSHighResolutionCapable diff --git a/pkg/apple/RetroArch_iOS9-Info.plist b/pkg/apple/RetroArch_iOS9-Info.plist index 2fa4e58c93..42f8a9f2f8 100644 --- a/pkg/apple/RetroArch_iOS9-Info.plist +++ b/pkg/apple/RetroArch_iOS9-Info.plist @@ -33,11 +33,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.7.1 + 1.7.2 CFBundleSignature ???? CFBundleVersion - 1.7.1 + 1.7.2 LSRequiresIPhoneOS UIApplicationExitsOnSuspend diff --git a/pkg/apple/iOS/Info.plist b/pkg/apple/iOS/Info.plist index d8d9f8dfe5..50f6eafff0 100644 --- a/pkg/apple/iOS/Info.plist +++ b/pkg/apple/iOS/Info.plist @@ -33,11 +33,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.7.0 + 1.7.2 CFBundleSignature ???? CFBundleVersion - 1.7.0 + 1.7.2 LSRequiresIPhoneOS NSCameraUsageDescription diff --git a/pkg/psp1/.empty b/pkg/psp1/.empty deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/pkg/wiiu/meta.xml b/pkg/wiiu/meta.xml index f159828141..fcd5ee7dd8 100644 --- a/pkg/wiiu/meta.xml +++ b/pkg/wiiu/meta.xml @@ -4,7 +4,7 @@ Retroarch Libretro &version; - 20170108133000 + 20180108133000 RetroArch diff --git a/version.all b/version.all index c8e078b91d..131cdf4938 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.1" +RARCH_VERSION="1.7.2" #endif #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "1.7.1" +#define PACKAGE_VERSION "1.7.2" #endif