mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 01:56:08 -04:00
chore: bump Citroen version
Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
@@ -30,7 +30,7 @@ if(CITRON_BUILD_TYPE STREQUAL "Stable")
|
|||||||
if(DEFINED CITRON_VERSION_MAJOR)
|
if(DEFINED CITRON_VERSION_MAJOR)
|
||||||
set(BUILD_VERSION "${CITRON_VERSION_MAJOR}.${CITRON_VERSION_MINOR}.${CITRON_VERSION_PATCH}")
|
set(BUILD_VERSION "${CITRON_VERSION_MAJOR}.${CITRON_VERSION_MINOR}.${CITRON_VERSION_PATCH}")
|
||||||
else()
|
else()
|
||||||
set(BUILD_VERSION "0.12.25") # Fallback stable version
|
set(BUILD_VERSION "2026.1.18") # Fallback stable version
|
||||||
endif()
|
endif()
|
||||||
set(BUILD_ID ${DISPLAY_VERSION})
|
set(BUILD_ID ${DISPLAY_VERSION})
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ AboutDialog::AboutDialog(QWidget* parent)
|
|||||||
|
|
||||||
connect(ui->buttonBox, &QDialogButtonBox::accepted, this, &QDialog::accept);
|
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
|
#ifdef CITRON_ENABLE_PGO_USE
|
||||||
citron_build_version += " | PGO";
|
citron_build_version += " | PGO";
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user