Update Version to 1.2.0

This commit is contained in:
Simon 2021-05-08 17:31:07 +01:00
parent 41bccaa732
commit a5228fab96
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.drbeef.questzdoom"
android:versionCode="25"
android:versionName="1.1.8" android:installLocation="auto" >
android:versionName="1.2.0" android:installLocation="auto" >
<!-- Tell the system this app requires OpenGL ES 3.1. -->
<uses-feature android:glEsVersion="0x00030001" android:required="true"/>

View file

@ -41,7 +41,7 @@ const char *GetVersionString();
/** Lots of different version numbers **/
#define VERSIONSTR "DrBeef's QuestZDoom-1.1.8 (LZDoom 3.86)"
#define VERSIONSTR "DrBeef's QuestZDoom-1.2.0 (LZDoom 3.86)"
// The version as seen in the Windows resource
#define RC_FILEVERSION 3,86,0