mirror of
https://github.com/DrBeef/QuestZDoom.git
synced 2025-04-24 18:22:02 +00:00
Update Version to 1.2.0
This commit is contained in:
parent
41bccaa732
commit
a5228fab96
2 changed files with 2 additions and 2 deletions
|
@ -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"/>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue