preparing to 70.2 release

This commit is contained in:
Vadim Grigoruk
2018-08-23 23:19:36 +03:00
parent 325a19781e
commit 92cbc36b8e
5 changed files with 22 additions and 22 deletions
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -4,8 +4,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nesbox.tic"
android:versionCode="7001"
android:versionName="0.70.1"
android:versionCode="7002"
android:versionName="0.70.2"
android:installLocation="auto">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14" />
+16 -16
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.70.1</string>
<string>0.70.2</string>
<key>CFBundleVersion</key>
<string>0.70.1</string>
<string>0.70.2</string>
<key>NSHumanReadableCopyright</key>
<string>http://tic.computer © 2017</string>
<key>NSHighResolutionCapable</key>
+1 -1
View File
@@ -28,7 +28,7 @@
#define TIC_VERSION_MAJOR 0
#define TIC_VERSION_MINOR 70
#define TIC_VERSION_PATCH 1
#define TIC_VERSION_PATCH 2
#define TIC_VERSION_STATUS ""
#if defined(TIC80_PRO)