Skip to content

Commit 88a97db

Browse files
authored
Release 2.07
1 parent c4ba524 commit 88a97db

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

AUTOPLUG2/git/shared.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ APP_PROJECT = "AutoPlugin2"--Test
44
APP_FOLDER = "AUTOPLUG2"
55

66
APP_VERSION_MAJOR = 0x02 -- major.minor
7-
APP_VERSION_MINOR = 0x06
7+
APP_VERSION_MINOR = 0x07
88
APP_VERSION = ((APP_VERSION_MAJOR << 0x18) | (APP_VERSION_MINOR << 0x10)) -- Union Binary

AUTOPLUG2/sce_sys/livearea/contents/template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<frame id="frame3">
2121
<liveitem>
2222
<text align="left" text-align="left" word-wrap="off" ellipsis="on">
23-
<str size="26" color="#ffffff" shadow="on">v2.05</str>
23+
<str size="26" color="#ffffff" shadow="on">v2.07</str>
2424
</text>
2525
</liveitem>
2626
</frame>

AUTOPLUG2/sce_sys/param.sfo

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)