mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Updated application name and version.
This commit is contained in:
parent
fd7ac223b0
commit
a7b2c3a32c
1 changed files with 1 additions and 1 deletions
|
@ -7142,7 +7142,7 @@ void Application::updateWindowTitle() const {
|
|||
auto accountManager = DependencyManager::get<AccountManager>();
|
||||
auto isInErrorState = nodeList->getDomainHandler().isInErrorState();
|
||||
|
||||
QString buildVersion = " - Kasen v0.83.0 - "
|
||||
QString buildVersion = " - Kasen Community Edition v0.85.0 - "
|
||||
+ (BuildInfo::BUILD_TYPE == BuildInfo::BuildType::Stable ? QString("Version") : QString("Build"))
|
||||
+ " " + applicationVersion();
|
||||
|
||||
|
|
Loading…
Reference in a new issue