mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-25 19:09:48 -04:00
chore(version): bump to 2026.02.1
Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user