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 da42d99 commit 959ed1eCopy full SHA for 959ed1e
AUTOPLUG2/git/shared.lua
@@ -4,5 +4,5 @@ APP_PROJECT = "AutoPlugin2"--"TEST"--
4
APP_FOLDER = "AUTOPLUG2"
5
6
APP_VERSION_MAJOR = 0x01 -- major.minor
7
-APP_VERSION_MINOR = 0x24
+APP_VERSION_MINOR = 0x25
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">v1.24</str>
+ <str size="26" color="#ffffff" shadow="on">v1.25</str>
24
</text>
25
</liveitem>
26
</frame>
AUTOPLUG2/sce_sys/param.sfo
0 Bytes
0 commit comments