Update fslib, build date.

This commit is contained in:
J-D-K
2025-08-18 18:53:21 -04:00
parent 05b447e641
commit e52e01a306
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ INCLUDES := include ./Libraries/FsLib/Switch/FsLib/include ./Libraries/SDLLib/SD
EXEFS_SRC := exefs_src
APP_TITLE := JKSV
APP_AUTHOR := JK
APP_VERSION := 08.15.2025
APP_VERSION := 08.17.2025
ROMFS := romfs
ICON := icon.jpg

View File

@@ -30,7 +30,7 @@ namespace
/// @brief Build month.
constexpr uint8_t BUILD_MON = 8;
/// @brief Build day.
constexpr uint8_t BUILD_DAY = 15;
constexpr uint8_t BUILD_DAY = 17;
/// @brief Year.
constexpr uint16_t BUILD_YEAR = 2025;
} // namespace