We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ba524 commit 88a97dbCopy full SHA for 88a97db
AUTOPLUG2/git/shared.lua
@@ -4,5 +4,5 @@ APP_PROJECT = "AutoPlugin2"--Test
4
APP_FOLDER = "AUTOPLUG2"
5
6
APP_VERSION_MAJOR = 0x02 -- major.minor
7
-APP_VERSION_MINOR = 0x06
+APP_VERSION_MINOR = 0x07
8
APP_VERSION = ((APP_VERSION_MAJOR << 0x18) | (APP_VERSION_MINOR << 0x10)) -- Union Binary
AUTOPLUG2/sce_sys/livearea/contents/template.xml
@@ -20,7 +20,7 @@
20
<frame id="frame3">
21
<liveitem>
22
<text align="left" text-align="left" word-wrap="off" ellipsis="on">
23
- <str size="26" color="#ffffff" shadow="on">v2.05</str>
+ <str size="26" color="#ffffff" shadow="on">v2.07</str>
24
</text>
25
</liveitem>
26
</frame>
AUTOPLUG2/sce_sys/param.sfo
0 Bytes
0 commit comments