2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

version 0.8.11 stable is prepared

This commit is contained in:
John Preston
2015-05-01 12:14:43 +03:00
parent c54aadcac3
commit 2121ce1210
7 changed files with 17 additions and 17 deletions

View File

@@ -664,7 +664,7 @@ void Application::checkMapVersion() {
QString versionFeatures;
if (DevChannel && Local::oldMapVersion() < 8010) {
versionFeatures = QString::fromUtf8("\xe2\x80\x94 Critical bug fixes with message history loading").replace('@', qsl("@") + QChar(0x200D));
} else if (!DevChannel && Local::oldMapVersion() < 8007) {
} else if (!DevChannel && Local::oldMapVersion() < 8011) {
versionFeatures = lang(lng_new_version_text).trimmed();
}
if (!versionFeatures.isEmpty()) {