Update version number to latest release

This commit is contained in:
Simon 2023-05-10 21:45:13 +01:00
parent 54c38e489f
commit 6832052d78
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="24"
android:versionName="1.5.5"
android:versionCode="25"
android:versionName="1.5.6"
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.5");
" Q Q v1.5.6");
int i, l, linelength, firstline, lastline, lines;
for (i = 0, linelength = 0, firstline = 9999, lastline = -1;m_credits_message[i];i++)