Preparing for release..

This commit is contained in:
Simon 2019-06-03 23:35:20 +01:00
parent e1d20286d7
commit 56d0eb434c
2 changed files with 12 additions and 12 deletions

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.drbeef.quakequest"
android:versionCode="1"
android:versionName="0.1.0" android:installLocation="auto" >
android:versionCode="2"
android:versionName="1.0.0" android:installLocation="auto" >
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="25" />
<!-- Tell the system this app requires OpenGL ES 3.1. -->

View file

@ -3582,7 +3582,7 @@ static void M_Credits_Draw (void)
" QQQQQQQQ QQQQQQQQ ",
" QQQ QQQ ",
" Q Q ",
" Q Q ");
" Q Q v1.0.0");
int i, l, linelength, firstline, lastline, lines;
for (i = 0, linelength = 0, firstline = 9999, lastline = -1;m_credits_message[i];i++)