diff --git a/CMakeModules/GenerateSCMRev.cmake b/CMakeModules/GenerateSCMRev.cmake index 2b02f252a..84d6ef9cd 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 "2026.1.18") # Fallback stable version + set(BUILD_VERSION "2026.2.1") # Fallback stable version endif() set(BUILD_ID ${DISPLAY_VERSION}) diff --git a/src/citron/about_dialog.cpp b/src/citron/about_dialog.cpp index f3e60eefe..4e1947a2a 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 | 2026.1.18"; + std::string citron_build_version = "citron | 2026.2.1"; #ifdef CITRON_ENABLE_PGO_USE citron_build_version += " | PGO"; #endif