mirror of
https://github.com/libretro/RetroArch
synced 2025-02-09 09:39:56 +00:00
bump up version
This commit is contained in:
parent
1164adb902
commit
fba912834d
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
RARCH_VERSION=1.3.0
|
RARCH_VERSION=1.3.3
|
||||||
PLATFORM=$1
|
PLATFORM=$1
|
||||||
SALAMANDER=no
|
SALAMANDER=no
|
||||||
MAKEFILE_GRIFFIN=no
|
MAKEFILE_GRIFFIN=no
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef PACKAGE_VERSION
|
#ifndef PACKAGE_VERSION
|
||||||
#define PACKAGE_VERSION "1.3.2"
|
#define PACKAGE_VERSION "1.3.3"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.retroarch"
|
package="com.retroarch"
|
||||||
android:versionCode="46"
|
android:versionCode="47"
|
||||||
android:versionName="1.3.3"
|
android:versionName="1.3.3"
|
||||||
android:installLocation="preferExternal">
|
android:installLocation="preferExternal">
|
||||||
<uses-feature android:glEsVersion="0x00020000" />
|
<uses-feature android:glEsVersion="0x00020000" />
|
||||||
|
@ -8,7 +8,7 @@ oldVersion = dom1.documentElement.getAttribute("android:versionCode")
|
|||||||
versionNumbers = oldVersion.split('.')
|
versionNumbers = oldVersion.split('.')
|
||||||
|
|
||||||
versionName = dom1.documentElement.getAttribute("android:versionName")
|
versionName = dom1.documentElement.getAttribute("android:versionName")
|
||||||
versionName = versionName + "+"
|
versionName = versionName + "_GIT"
|
||||||
|
|
||||||
versionNumbers[-1] = unicode(int(time.time()))
|
versionNumbers[-1] = unicode(int(time.time()))
|
||||||
dom1.documentElement.setAttribute("android:versionCode", u'.'.join(versionNumbers))
|
dom1.documentElement.setAttribute("android:versionCode", u'.'.join(versionNumbers))
|
||||||
|
@ -30,11 +30,11 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.3.0</string>
|
<string>1.3.3</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.3.0</string>
|
<string>1.3.3</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
||||||
<key>NSHighResolutionCapable</key>
|
<key>NSHighResolutionCapable</key>
|
||||||
|
@ -33,11 +33,11 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.3.0</string>
|
<string>1.3.3</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.3.0</string>
|
<string>1.3.3</string>
|
||||||
<key>LSRequiresIPhoneOS</key>
|
<key>LSRequiresIPhoneOS</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>UIApplicationExitsOnSuspend</key>
|
<key>UIApplicationExitsOnSuspend</key>
|
||||||
|
@ -33,11 +33,11 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.3.0</string>
|
<string>1.3.3</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.3.0</string>
|
<string>1.3.3</string>
|
||||||
<key>LSRequiresIPhoneOS</key>
|
<key>LSRequiresIPhoneOS</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>UIApplicationExitsOnSuspend</key>
|
<key>UIApplicationExitsOnSuspend</key>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<app version="1">
|
<app version="1">
|
||||||
<name>RetroArch</name>
|
<name>RetroArch</name>
|
||||||
<coder>Libretro</coder>
|
<coder>Libretro</coder>
|
||||||
<version>1.3.2</version>
|
<version>1.3.3</version>
|
||||||
<release_date>2012-2016</release_date>
|
<release_date>2012-2016</release_date>
|
||||||
<short_description>The cross-platform entertainment system</short_description>
|
<short_description>The cross-platform entertainment system</short_description>
|
||||||
<long_description>A port of RetroArch to the GameCube/Wii.</long_description>
|
<long_description>A port of RetroArch to the GameCube/Wii.</long_description>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user