Update v2.02

This commit is contained in:
TheFloW 2020-01-19 00:07:43 +01:00
parent 7f6a1650aa
commit afa356c593
8 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ project(VitaShell)
include("${VITASDK}/share/vita.cmake" REQUIRED)
set(VITA_APP_NAME "VitaShell")
set(VITA_TITLEID "VITASHELL")
set(VITA_VERSION "02.01")
set(VITA_VERSION "02.02")
# Flags and includes
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -O3 -Wno-unused-variable -Wno-unused-but-set-variable -Wno-format-truncation -fno-lto")

2
main.h
View File

@ -54,7 +54,7 @@
// VitaShell version major.minor
#define VITASHELL_VERSION_MAJOR 0x02
#define VITASHELL_VERSION_MINOR 0x01
#define VITASHELL_VERSION_MINOR 0x02
#define VITASHELL_VERSION ((VITASHELL_VERSION_MAJOR << 0x18) | (VITASHELL_VERSION_MINOR << 0x10))

View File

@ -28,7 +28,7 @@
<frame id="frame4">
<liveitem>
<text align="left" text-align="left" word-wrap="off" ellipsis="on">
<str size="18" color="#ffffff" shadow="on">v2.01</str>
<str size="18" color="#ffffff" shadow="on">v2.02</str>
</text>
</liveitem>
</frame>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -28,7 +28,7 @@
<frame id="frame4">
<liveitem>
<text align="left" text-align="left" word-wrap="off" ellipsis="on">
<str size="18" color="#ffffff" shadow="on">v2.01</str>
<str size="18" color="#ffffff" shadow="on">v2.02</str>
</text>
</liveitem>
</frame>

Binary file not shown.