Bump up version to 1.7.7

This commit is contained in:
twinaphex 2019-05-05 03:29:52 +02:00
parent e63b85cbba
commit a038dc785d
9 changed files with 13 additions and 13 deletions

View File

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.retroarch"
android:versionCode="75"
android:versionName="1.7.6"
android:versionCode="77"
android:versionName="1.7.7"
android:installLocation="internalOnly">
<uses-feature android:glEsVersion="0x00020000" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>

View File

@ -1,8 +1,8 @@
<!-- <!DOCTYPE manifest [ <!ENTITY % versionDTD SYSTEM "../../../version.dtd"> %versionDTD; ]> !-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.retroarch"
android:versionCode="76"
android:versionName="1.7.6"
android:versionCode="77"
android:versionName="1.7.7"
android:installLocation="internalOnly">
<uses-feature android:glEsVersion="0x00020000" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>

View File

@ -1,8 +1,8 @@
<!-- <!DOCTYPE manifest [ <!ENTITY % versionDTD SYSTEM "../../../version.dtd"> %versionDTD; ]> !-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.retroarch.aarch64"
android:versionCode="76"
android:versionName="1.7.6"
android:versionCode="77"
android:versionName="1.7.7"
android:installLocation="internalOnly">
<uses-feature android:glEsVersion="0x00020000" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>

View File

@ -2,7 +2,7 @@
<qnx xmlns="http://www.qnx.com/schemas/application/1.0">
<id>com.RetroArch</id>
<versionNumber>1.6.4</versionNumber>
<versionNumber>1.7.7</versionNumber>
<buildId>3</buildId>
<description>Cross-platform entertainment system</description>
<author>Team Libretro</author>

View File

@ -1,5 +1,5 @@
Name: retroarch
Version: 1.7.5
Version: 1.7.7
Release: v1.2
Summary: Official reference frontend for libretro

View File

@ -4,7 +4,7 @@
<name>RetroArch</name>
<coder>Libretro</coder>
<version>&version;</version>
<release_date>2012-2018</release_date>
<release_date>2012-2019</release_date>
<short_description>The cross-platform entertainment system</short_description>
<long_description>A port of RetroArch to the GameCube/Wii.</long_description>
<no_ios_reload/>

View File

@ -4,7 +4,7 @@
<name>Retroarch</name>
<coder>Libretro</coder>
<version>&version;</version>
<release_date>20180108133000</release_date>
<release_date>20190505133000</release_date>
<short_description></short_description>
<long_description>RetroArch
</long_description>

View File

@ -6,8 +6,8 @@
# /* - pkg/snap/snapcraft.yaml (including the github url) */
#if 0
RARCH_VERSION="1.7.6"
RARCH_VERSION="1.7.7"
#endif
#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "1.7.6"
#define PACKAGE_VERSION "1.7.7"
#endif

View File

@ -1 +1 @@
<!ENTITY version "1.7.6">
<!ENTITY version "1.7.7">