mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-06 01:44:23 +00:00
chore: Version bump to 0.8.0
Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
AboutDialog::AboutDialog(QWidget* parent)
|
||||
: QDialog(parent), ui{std::make_unique<Ui::AboutDialog>()} {
|
||||
const auto citron_build_version = "citron | 0.7.2";
|
||||
const auto citron_build_version = "citron | 0.8.0";
|
||||
|
||||
ui->setupUi(this);
|
||||
// Try and request the icon from Qt theme (Linux?)
|
||||
|
||||
Reference in New Issue
Block a user