mirror of
https://github.com/DrBeef/Doom3Quest.git
synced 2024-11-10 06:41:36 +00:00
Move version to 1.1.2
This commit is contained in:
parent
e9b518062d
commit
2a368c43d3
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.drbeef.doom3quest"
|
package="com.drbeef.doom3quest"
|
||||||
android:versionCode="18"
|
android:versionCode="19"
|
||||||
android:versionName="1.1.1" android:installLocation="auto" >
|
android:versionName="1.1.2" android:installLocation="auto" >
|
||||||
|
|
||||||
<!-- Tell the system this app requires OpenGL ES 3.1. -->
|
<!-- Tell the system this app requires OpenGL ES 3.1. -->
|
||||||
<uses-feature android:glEsVersion="0x00030001" android:required="true"/>
|
<uses-feature android:glEsVersion="0x00030001" android:required="true"/>
|
||||||
|
|
|
@ -41,7 +41,7 @@ If you have questions concerning this license or the applicable additional terms
|
||||||
#define GAME_NAME "Doom3Quest" // appears on window titles and errors
|
#define GAME_NAME "Doom3Quest" // appears on window titles and errors
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define ENGINE_VERSION "Doom3Quest 1.1.1" // printed in console
|
#define ENGINE_VERSION "Doom3Quest 1.1.2" // printed in console
|
||||||
|
|
||||||
#ifdef ID_REPRODUCIBLE_BUILD
|
#ifdef ID_REPRODUCIBLE_BUILD
|
||||||
// for reproducible builds we hardcode values that would otherwise come from __DATE__ and __TIME__
|
// for reproducible builds we hardcode values that would otherwise come from __DATE__ and __TIME__
|
||||||
|
|
Loading…
Reference in a new issue