Update version number

This commit is contained in:
Simon 2023-02-04 23:32:52 +00:00
parent 08abd5fd16
commit a4c79755e9
2 changed files with 3 additions and 3 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="22"
android:versionName="1.5.3"
android:versionCode="23"
android:versionName="1.5.4"
android:installLocation="auto" >
<!-- Tell the system this app requires OpenGL ES 3.1. -->

View file

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