Bump game to v1.7

This commit is contained in:
Nathan Fulton 2017-04-29 21:11:49 -04:00
parent 8cb3f71014
commit 5dc64a3625
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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" />

View File

@ -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>

View File

@ -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>