Skip to content

Commit

Permalink
v8.5a
Browse files Browse the repository at this point in the history
  • Loading branch information
BeginnerSlob committed Feb 4, 2016
1 parent 654ce46 commit 3adb546
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lua/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
-- and it is a little different from config.ini

config = {
version = "v8.5",
version = "v8.5a",
version_name = "东方绮符剧",
mod_name = "0113",
mod_name = "0204",
big_font = 56,
small_font = 27,
tiny_font = 18,
Expand Down
2 changes: 1 addition & 1 deletion resource/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="org.slob.TouhouTripleSha" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="8.5:0121" android:versionCode="1" android:installLocation="auto">
<manifest package="org.slob.TouhouTripleSha" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="8.5a:0204" android:versionCode="1" android:installLocation="auto">
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="@string/app_name" android:icon="@drawable/icon">
<activity
android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation"
Expand Down

0 comments on commit 3adb546

Please sign in to comment.