mirror of
https://git.citron-emu.org/Citron/Emulator.git
synced 2026-01-30 07:37:04 +00:00
chore: bump version to 0.9.0
Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
parent
a060879519
commit
e0d2ab3abb
2 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
|
||||
// SPDX-FileCopyrightText: Copyright 2025 citron Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include <QIcon>
|
||||
|
|
@ -9,7 +10,7 @@
|
|||
|
||||
AboutDialog::AboutDialog(QWidget* parent)
|
||||
: QDialog(parent), ui{std::make_unique<Ui::AboutDialog>()} {
|
||||
const auto citron_build_version = "citron | 0.8.0";
|
||||
const auto citron_build_version = "citron | 0.9.0";
|
||||
|
||||
ui->setupUi(this);
|
||||
// Try and request the icon from Qt theme (Linux?)
|
||||
|
|
|
|||
|
|
@ -5257,7 +5257,7 @@ void GMainWindow::MigrateConfigFiles() {
|
|||
|
||||
void GMainWindow::UpdateWindowTitle(std::string_view title_name, std::string_view title_version,
|
||||
std::string_view gpu_vendor) {
|
||||
const auto window_title = "citron | 0.8.0";
|
||||
const auto window_title = "citron | 0.9.0";
|
||||
|
||||
if (title_name.empty()) {
|
||||
setWindowTitle(QString::fromStdString(window_title));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue