.50.1 build
This commit is contained in:
parent
3e183219ab
commit
0de8eb418d
File diff suppressed because one or more lines are too long
|
@ -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="5000"
|
android:versionCode="5001"
|
||||||
android:versionName="0.50.0"
|
android:versionName="0.50.1"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
|
|
||||||
<!-- Android 2.3.3 -->
|
<!-- Android 2.3.3 -->
|
||||||
|
|
|
@ -19,9 +19,9 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>0.50.0</string>
|
<string>0.50.1</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>0.50.0</string>
|
<string>0.50.1</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.
Binary file not shown.
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
#define TIC_VERSION_MAJOR 0
|
#define TIC_VERSION_MAJOR 0
|
||||||
#define TIC_VERSION_MINOR 50
|
#define TIC_VERSION_MINOR 50
|
||||||
#define TIC_VERSION_PATCH 0
|
#define TIC_VERSION_PATCH 1
|
||||||
#define TIC_VERSION_STATUS ""
|
#define TIC_VERSION_STATUS ""
|
||||||
|
|
||||||
#if defined(TIC80_PRO)
|
#if defined(TIC80_PRO)
|
||||||
|
|
Loading…
Reference in New Issue