diff --git a/dist-scripts/dist-cores.sh b/dist-scripts/dist-cores.sh index b3a323b83b..03e6bd4c5c 100755 --- a/dist-scripts/dist-cores.sh +++ b/dist-scripts/dist-cores.sh @@ -1,6 +1,6 @@ #!/bin/sh -RARCH_VERSION=1.3.0 +RARCH_VERSION=1.3.3 PLATFORM=$1 SALAMANDER=no MAKEFILE_GRIFFIN=no diff --git a/general.h b/general.h index c7282d9cb9..5f78d20946 100644 --- a/general.h +++ b/general.h @@ -30,7 +30,7 @@ #endif #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "1.3.2" +#define PACKAGE_VERSION "1.3.3" #endif #ifdef __cplusplus diff --git a/pkg/android/phoenix/AndroidManifest.xml b/pkg/android/phoenix/AndroidManifest.xml index 7f81fe9841..5e2a12f253 100644 --- a/pkg/android/phoenix/AndroidManifest.xml +++ b/pkg/android/phoenix/AndroidManifest.xml @@ -1,6 +1,6 @@ diff --git a/pkg/android/phoenix/version_increment.py b/pkg/android/phoenix/version_increment.py index 28ab2709c4..fbd58ff906 100644 --- a/pkg/android/phoenix/version_increment.py +++ b/pkg/android/phoenix/version_increment.py @@ -8,7 +8,7 @@ oldVersion = dom1.documentElement.getAttribute("android:versionCode") versionNumbers = oldVersion.split('.') versionName = dom1.documentElement.getAttribute("android:versionName") -versionName = versionName + "+" +versionName = versionName + "_GIT" versionNumbers[-1] = unicode(int(time.time())) dom1.documentElement.setAttribute("android:versionCode", u'.'.join(versionNumbers)) diff --git a/pkg/apple/OSX/Info.plist b/pkg/apple/OSX/Info.plist index 4b959ba20d..93a50c91af 100644 --- a/pkg/apple/OSX/Info.plist +++ b/pkg/apple/OSX/Info.plist @@ -30,11 +30,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.3.0 + 1.3.3 CFBundleSignature ???? CFBundleVersion - 1.3.0 + 1.3.3 LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSHighResolutionCapable diff --git a/pkg/apple/RetroArch_iOS9-Info.plist b/pkg/apple/RetroArch_iOS9-Info.plist index 1aec718358..815fdf1960 100644 --- a/pkg/apple/RetroArch_iOS9-Info.plist +++ b/pkg/apple/RetroArch_iOS9-Info.plist @@ -33,11 +33,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.3.0 + 1.3.3 CFBundleSignature ???? CFBundleVersion - 1.3.0 + 1.3.3 LSRequiresIPhoneOS UIApplicationExitsOnSuspend diff --git a/pkg/apple/iOS/Info.plist b/pkg/apple/iOS/Info.plist index 00074b2e40..55339615f9 100644 --- a/pkg/apple/iOS/Info.plist +++ b/pkg/apple/iOS/Info.plist @@ -33,11 +33,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.3.0 + 1.3.3 CFBundleSignature ???? CFBundleVersion - 1.3.0 + 1.3.3 LSRequiresIPhoneOS UIApplicationExitsOnSuspend diff --git a/pkg/wii/meta.xml b/pkg/wii/meta.xml index c7aaa8a905..4e4508dcc4 100644 --- a/pkg/wii/meta.xml +++ b/pkg/wii/meta.xml @@ -2,7 +2,7 @@ RetroArch Libretro - 1.3.2 + 1.3.3 2012-2016 The cross-platform entertainment system A port of RetroArch to the GameCube/Wii.