Skip to content

Commit 0de8eb4

Browse files
committed
.50.1 build
1 parent 3e18321 commit 0de8eb4

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

bin/assets/tic.js.dat

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

build/android/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
-->
55
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
66
package="com.nesbox.tic"
7-
android:versionCode="5000"
8-
android:versionName="0.50.0"
7+
android:versionCode="5001"
8+
android:versionName="0.50.1"
99
android:installLocation="auto">
1010

1111
<!-- Android 2.3.3 -->

build/macosx/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>0.50.0</string>
22+
<string>0.50.1</string>
2323
<key>CFBundleVersion</key>
24-
<string>0.50.0</string>
24+
<string>0.50.1</string>
2525
<key>NSHumanReadableCopyright</key>
2626
<string>http://tic.computer © 2017</string>
2727
<key>NSHighResolutionCapable</key>

build/windows/tic80/tic80.aps

0 Bytes
Binary file not shown.

build/windows/tic80/tic80.rc

0 Bytes
Binary file not shown.

lib/windows/tic.rc

0 Bytes
Binary file not shown.

src/tic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
#define TIC_VERSION_MAJOR 0
3030
#define TIC_VERSION_MINOR 50
31-
#define TIC_VERSION_PATCH 0
31+
#define TIC_VERSION_PATCH 1
3232
#define TIC_VERSION_STATUS ""
3333

3434
#if defined(TIC80_PRO)

0 commit comments

Comments
 (0)