Skip to content

Commit

Permalink
Release version v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xfangfang committed Jul 3, 2024
1 parent 799679b commit 904387c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ add_definitions(-DFONS_HASH_LUT_SIZE=4096)
project(wiliwili)
set(VERSION_MAJOR "1")
set(VERSION_MINOR "4")
set(VERSION_REVISION "0")
set(VERSION_REVISION "1")
if (NOT VERSION_BUILD)
set(VERSION_BUILD "0")
endif ()
set(PROJECT_AUTHOR "xfangfang")
set(PACKAGE_NAME cn.xfangfang.wiliwili)
set(VITA_TITLEID "WILIWILI0")
set(PSN_TITLE_ID "WILI00000")
set(VITA_VERSION "01.40")
set(VITA_VERSION "01.41")
set(PROJECT_ICON ${CMAKE_CURRENT_SOURCE_DIR}/resources/icon/icon.jpg)
set(PROJECT_RESOURCES ${CMAKE_CURRENT_SOURCE_DIR}/resources)
set(APP_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")
Expand Down
2 changes: 1 addition & 1 deletion scripts/deb/switchroot-bionic/control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Section: video
Priority: optional
Maintainer: xfangfang <xfangfang@126.com>
Version: 1.4.0-1
Version: 1.4.1-1
Homepage: https://xfangfang.github.io/wiliwili/
Vcs-Git: https://github.com/xfangfang/wiliwili.git
Package: wiliwili
Expand Down
2 changes: 1 addition & 1 deletion scripts/linux/cn.xfangfang.wiliwili.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</ul>
</description>
<releases>
<release date="2024-05-01" version="1.4.0">
<release date="2024-07-01" version="1.4.1">
<description>
<p>
Please See Official Changelog at github.com/xfangfang/wiliwili/releases
Expand Down

0 comments on commit 904387c

Please sign in to comment.