this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

0.90 dev version

nesbox bf84405b 61db95c7

+9 -9
+1 -1
CMakeLists.txt
··· 1 1 cmake_minimum_required(VERSION 3.3) 2 2 3 3 set(VERSION_MAJOR 0) 4 - set(VERSION_MINOR 80) 4 + set(VERSION_MINOR 90) 5 5 set(VERSION_REVISION 0) 6 6 set(VERSION_STATUS "-dev") 7 7
+2 -2
build/android/app/build.gradle
··· 6 6 applicationId 'com.nesbox.tic' 7 7 minSdkVersion 16 8 8 targetSdkVersion 26 9 - versionCode 8003 10 - versionName '0.80.03' 9 + versionCode 9000 10 + versionName '0.90.00' 11 11 } 12 12 13 13 signingConfigs {
+2 -2
build/android/app/src/main/AndroidManifest.xml
··· 4 4 --> 5 5 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 6 6 package="com.nesbox.tic" 7 - android:versionCode="8003" 8 - android:versionName="0.80.03" 7 + android:versionCode="9000" 8 + android:versionName="0.90.00" 9 9 android:installLocation="auto"> 10 10 11 11 <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="26" />
+1 -1
build/macosx/tic80-sokol.plist.in
··· 23 23 <key>CFBundleVersion</key> 24 24 <string>@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_REVISION@</string> 25 25 <key>NSHumanReadableCopyright</key> 26 - <string>https://tic80.com © 2019</string> 26 + <string>https://tic80.com © 2020</string> 27 27 <key>NSHighResolutionCapable</key> 28 28 <true/> 29 29 </dict>
+1 -1
build/macosx/tic80pro-sokol.plist.in
··· 23 23 <key>CFBundleVersion</key> 24 24 <string>@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_REVISION@</string> 25 25 <key>NSHumanReadableCopyright</key> 26 - <string>https://tic80.com © 2019</string> 26 + <string>https://tic80.com © 2020</string> 27 27 <key>NSHighResolutionCapable</key> 28 28 <true/> 29 29 </dict>
+1 -1
build/macosx/tic80pro.plist.in
··· 23 23 <key>CFBundleVersion</key> 24 24 <string>@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_REVISION@</string> 25 25 <key>NSHumanReadableCopyright</key> 26 - <string>https://tic80.com © 2019</string> 26 + <string>https://tic80.com © 2020</string> 27 27 <key>NSHighResolutionCapable</key> 28 28 <true/> 29 29 </dict>
+1 -1
build/windows/tic80.rc.in
··· 18 18 BLOCK "040904E4" 19 19 BEGIN 20 20 VALUE "CompanyName", "Nesbox" 21 - VALUE "FileDescription", "TIC-80" 21 + VALUE "FileDescription", "Fantasy computer for making, playing and sharing tiny games." 22 22 VALUE "FileVersion", "@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_REVISION@.0" 23 23 VALUE "InternalName", "tic80.exe" 24 24 VALUE "LegalCopyright", "https://tic80.com (C) 2020"