Skip to content

Commit

Permalink
Limbo v6.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
limboemu committed Sep 22, 2021
1 parent ef5fb7c commit 90394a7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions limbo-android-arm/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.limbo.emu.main.arm"
android:versionCode="60001"
android:versionName="6.0.1-arm">
android:versionCode="60000"
android:versionName="6.0.0-arm">

<application
tools:replace="android:label"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class Config {
public enum EMU_VERSION {
QEMUv2_9_1, QEMUv5_1_0
}
public static final EMU_VERSION emuVersion = EMU_VERSION.QEMUv5_1_0;
public static final EMU_VERSION emuVersion = EMU_VERSION.QEMUv2_9_1;

// Constants
public static final int SDL_MOUSE_LEFT = 1;
Expand Down
4 changes: 2 additions & 2 deletions limbo-android-ppc/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.limbo.emu.main.ppc"
android:versionCode="60001"
android:versionName="6.0.1-ppc">
android:versionCode="60000"
android:versionName="6.0.0-ppc">

<application
tools:replace="android:label"
Expand Down
4 changes: 2 additions & 2 deletions limbo-android-sparc/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.limbo.emu.main.sparc"
android:versionCode="60001"
android:versionName="6.0.1-sparc">
android:versionCode="60000"
android:versionName="6.0.0-sparc">

<application
tools:replace="android:label"
Expand Down
4 changes: 2 additions & 2 deletions limbo-android-x86/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.limbo.emu.main"
android:versionCode="60001"
android:versionName="6.0.1-x86">
android:versionCode="60000"
android:versionName="6.0.0-x86">

<application
tools:replace="android:label"
Expand Down

0 comments on commit 90394a7

Please sign in to comment.