This commit is contained in:
luoliangyi 2023-08-23 16:05:05 +08:00
parent 2cccbaae9f
commit 6b157ee7d0
1 changed files with 1 additions and 1 deletions

View File

@ -3188,7 +3188,7 @@ void MainWindow::on_act_about_triggered()
{ {
buildVersion += 20; buildVersion += 20;
} }
else if ("kylin" == osName) else if ("Kylin" == osName)
{ {
buildVersion += 21; buildVersion += 21;
} }