mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 02:53:57 +00:00
chore: Version bump to 0.8.0
Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
@@ -4749,7 +4749,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.7.2";
|
||||
const auto window_title = "citron | 0.8.0";
|
||||
|
||||
if (title_name.empty()) {
|
||||
setWindowTitle(QString::fromStdString(window_title));
|
||||
|
||||
Reference in New Issue
Block a user