Skip to content

Commit

Permalink
.50.1 build
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed Nov 28, 2017
1 parent 3e18321 commit 0de8eb4
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bin/assets/tic.js.dat

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nesbox.tic"
android:versionCode="5000"
android:versionName="0.50.0"
android:versionCode="5001"
android:versionName="0.50.1"
android:installLocation="auto">

<!-- Android 2.3.3 -->
Expand Down
4 changes: 2 additions & 2 deletions build/macosx/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.50.0</string>
<string>0.50.1</string>
<key>CFBundleVersion</key>
<string>0.50.0</string>
<string>0.50.1</string>
<key>NSHumanReadableCopyright</key>
<string>http://tic.computer © 2017</string>
<key>NSHighResolutionCapable</key>
Expand Down
Binary file modified build/windows/tic80/tic80.aps
Binary file not shown.
Binary file modified build/windows/tic80/tic80.rc
Binary file not shown.
Binary file modified lib/windows/tic.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion src/tic.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#define TIC_VERSION_MAJOR 0
#define TIC_VERSION_MINOR 50
#define TIC_VERSION_PATCH 0
#define TIC_VERSION_PATCH 1
#define TIC_VERSION_STATUS ""

#if defined(TIC80_PRO)
Expand Down

0 comments on commit 0de8eb4

Please sign in to comment.