chore(version): bump to 0.12.25

Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
Zephyron
2025-12-26 17:03:11 +10:00
parent cc60303b11
commit 01c0420481
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ if(CITRON_BUILD_TYPE STREQUAL "Stable")
if(DEFINED CITRON_VERSION_MAJOR)
set(BUILD_VERSION "${CITRON_VERSION_MAJOR}.${CITRON_VERSION_MINOR}.${CITRON_VERSION_PATCH}")
else()
set(BUILD_VERSION "0.11.0") # Fallback stable version
set(BUILD_VERSION "0.12.25") # Fallback stable version
endif()
set(BUILD_ID ${DISPLAY_VERSION})

View File

@@ -10,7 +10,7 @@
AboutDialog::AboutDialog(QWidget* parent)
: QDialog(parent), ui{std::make_unique<Ui::AboutDialog>()} {
std::string citron_build_version = "citron | 0.11.0";
std::string citron_build_version = "citron | 0.12.25";
#ifdef CITRON_ENABLE_PGO_USE
citron_build_version += " | PGO";
#endif