mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-04-29 23:41:38 -06:00
Bump game to v1.7
This commit is contained in:
parent
8cb3f71014
commit
5dc64a3625
@ -80,7 +80,7 @@ long gtStressTimeout;
|
||||
|
||||
#ifndef PIL
|
||||
#if (defined(IPHONE) || defined(SDL)) && (!defined(DEV_BUILD) && !defined(BETA_TIMEOUT))
|
||||
char *gszVersion = "1.6";
|
||||
char *gszVersion = "1.7";
|
||||
#else
|
||||
char *gszVersion = "+++VERSION+++";
|
||||
#endif
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
<manifest package="com.spiffcode.ht"
|
||||
android:versionCode="1"
|
||||
android:versionName="1.63"
|
||||
android:versionName="1.7"
|
||||
android:installLocation="auto" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="19" />
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.63</string>
|
||||
<string>1.7</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>WARI</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.63</string>
|
||||
<string>1.7</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user