60.1 release

This commit is contained in:
BADIM-PC\Vadim 2018-01-11 14:57:33 +03:00
parent e58286276c
commit 2126e3ce9e
7 changed files with 8 additions and 8 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"
package="com.nesbox.tic"
android:versionCode="6000"
android:versionName="0.60.0"
android:versionCode="6001"
android:versionName="0.60.1"
android:installLocation="auto">
<!-- Android 2.3.3 -->

View File

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

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="50446Nesbox.TICcomputer" Publisher="CN=1040DC4A-04A1-4B33-9107-C1A9D74775D4" Version="0.47.0.0" />
<Identity Name="50446Nesbox.TICcomputer" Publisher="CN=1040DC4A-04A1-4B33-9107-C1A9D74775D4" Version="0.60.1.0" />
<mp:PhoneIdentity PhoneProductId="93515db0-8ee3-478b-933a-5776b58247b2" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>TIC-80</DisplayName>

BIN
build/windows/tic/tic.aps Normal file

Binary file not shown.

Binary file not shown.

View File

@ -28,8 +28,8 @@
#define TIC_VERSION_MAJOR 0
#define TIC_VERSION_MINOR 60
#define TIC_VERSION_PATCH 0
#define TIC_VERSION_STATUS " dev"
#define TIC_VERSION_PATCH 1
#define TIC_VERSION_STATUS ""
#if defined(TIC80_PRO)
#define TIC_VERSION_POST " Pro"