mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-05 17:43:46 +00:00
chore(version): bump to 0.12.25
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)
|
||||
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})
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user