Updated readme.md again + updated application title again.

This commit is contained in:
Kasen IO 2019-12-04 13:39:22 -05:00
parent 2cf453432e
commit 245224f0e9
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
### [Download (Windows 64-bit, .zip)](https://realities.dev/cdn/hifi-community/v0860-kasen-VS-release+freshstart/Packaged_Release.zip)
#### Changes for **v0.86.0 R1** consist of:
#### Changes for **v0.86.0 K1** consist of:
* Audio Buffer choppy audio bugfix by increasing the buffer size.
* User Activity Logger disabled, option in code to log the reports to console.

View file

@ -7142,7 +7142,7 @@ void Application::updateWindowTitle() const {
auto accountManager = DependencyManager::get<AccountManager>();
auto isInErrorState = nodeList->getDomainHandler().isInErrorState();
QString buildVersion = " - Kasen Community Edition v0.86.0 R1 - "
QString buildVersion = " - Kasen Community Edition v0.86.0 K1 - "
+ (BuildInfo::BUILD_TYPE == BuildInfo::BuildType::Stable ? QString("Version") : QString("Build"))
+ " " + applicationVersion();