prepare to 0.70.3

This commit is contained in:
Vadim Grigoruk 2018-08-25 01:46:13 +03:00
parent 60c43863c6
commit 8208656a77
7 changed files with 22 additions and 22 deletions

View File

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

View File

@ -1,7 +1,7 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_CFLAGS += -O3 -Wall -std=gnu99 -D"log2(x)=(log(x)/log(2))"
LOCAL_CFLAGS += -O3 -Wall -std=gnu99 -D"log2(x)=(log(x)/log(2))" -DTIC80_PRO
LOCAL_MODULE := main
SRC_PATH := ../../../../src

File diff suppressed because one or more lines are too long

View File

@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.70.2</string>
<string>0.70.3</string>
<key>CFBundleVersion</key>
<string>0.70.2</string>
<string>0.70.3</string>
<key>NSHumanReadableCopyright</key>
<string>http://tic.computer © 2017</string>
<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_MINOR 70
#define TIC_VERSION_PATCH 2
#define TIC_VERSION_PATCH 3
#define TIC_VERSION_STATUS ""
#if defined(TIC80_PRO)