diff --git a/CMakeModules/GenerateSCMRev.cmake b/CMakeModules/GenerateSCMRev.cmake index 7b515b3a2..2b02f252a 100644 --- a/CMakeModules/GenerateSCMRev.cmake +++ b/CMakeModules/GenerateSCMRev.cmake @@ -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}) diff --git a/src/citron/about_dialog.cpp b/src/citron/about_dialog.cpp index 2512a2719..f3e60eefe 100644 --- a/src/citron/about_dialog.cpp +++ b/src/citron/about_dialog.cpp @@ -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