mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-01 08:58:28 -04:00
chore(version): bump to 0.12.25
Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
@@ -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