mirror of
https://github.com/DrBeef/Quake2Quest.git
synced 2025-03-01 06:30:52 +00:00
Version number changes...
I forgot to commit before I did the release!
This commit is contained in:
parent
1e17dd4061
commit
0558c1c8bc
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.drbeef.quake2quest"
|
||||
android:versionCode="19"
|
||||
android:versionName="1.0.8" android:installLocation="auto" >
|
||||
android:versionCode="20"
|
||||
android:versionName="1.0.9" android:installLocation="auto" >
|
||||
|
||||
<!-- Tell the system this app requires OpenGL ES 3.1. -->
|
||||
<uses-feature android:glEsVersion="0x00030001" android:required="true"/>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#include "shared.h"
|
||||
#include "crc.h"
|
||||
|
||||
#define Q2QVERSION "1.0.8"
|
||||
#define Q2QVERSION "1.0.9"
|
||||
#define YQ2VERSION "7.41"
|
||||
#define BASEDIRNAME "Quake2Quest"
|
||||
|
||||
|
|
Loading…
Reference in a new issue