mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-26 20:53:29 +00:00
chore: bump Citroen version
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 | 0.12.25";
|
||||
std::string citron_build_version = "citron | 2026.1.18";
|
||||
#ifdef CITRON_ENABLE_PGO_USE
|
||||
citron_build_version += " | PGO";
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user