prepare to 0.70.5

This commit is contained in:
Vadim Grigoruk 2018-08-25 12:14:04 +03:00
parent da86fe6fd8
commit b22f006bb2
7 changed files with 21 additions and 21 deletions

File diff suppressed because one or more lines are too long

View File

@ -4,8 +4,8 @@
--> -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nesbox.tic" package="com.nesbox.tic"
android:versionCode="7003" android:versionCode="7005"
android:versionName="0.70.3" android:versionName="0.70.5"
android:installLocation="auto"> android:installLocation="auto">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14" /> <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14" />

File diff suppressed because one or more lines are too long

View File

@ -19,9 +19,9 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.70.3</string> <string>0.70.5</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.70.3</string> <string>0.70.5</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string>http://tic.computer © 2017</string> <string>http://tic.computer © 2017</string>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>

Binary file not shown.

Binary file not shown.

View File

@ -28,7 +28,7 @@
#define TIC_VERSION_MAJOR 0 #define TIC_VERSION_MAJOR 0
#define TIC_VERSION_MINOR 70 #define TIC_VERSION_MINOR 70
#define TIC_VERSION_PATCH 3 #define TIC_VERSION_PATCH 5
#define TIC_VERSION_STATUS "" #define TIC_VERSION_STATUS ""
#if defined(TIC80_PRO) #if defined(TIC80_PRO)