chore: bump Citroen version

Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
Zephyron
2026-01-18 00:48:31 +10:00
parent c5c241aa73
commit d77cc3e518
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.12.25") # Fallback stable version
set(BUILD_VERSION "2026.1.18") # Fallback stable version
endif()
set(BUILD_ID ${DISPLAY_VERSION})

View File

@@ -27,7 +27,7 @@ AboutDialog::AboutDialog(QWidget* parent)
connect(ui->buttonBox, &QDialogButtonBox::accepted, this, &QDialog::accept);
std::string citron_build_version = "citron | 0.12.25";
std::string citron_build_version = "citron | 2026.1.18";
#ifdef CITRON_ENABLE_PGO_USE
citron_build_version += " | PGO";
#endif