2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

version 0.7.23 stable is ready

This commit is contained in:
John Preston
2015-03-20 09:41:11 +03:00
parent d8c853bb83
commit 01ad967640
8 changed files with 17 additions and 20 deletions

View File

@@ -655,7 +655,7 @@ void Application::checkMapVersion() {
QString versionFeatures;
if (DevChannel && Local::oldMapVersion() < 7022) {
versionFeatures = QString::fromUtf8("\xe2\x80\x94 Critical bug with messages delivery fixed");
} else if (!DevChannel && Local::oldMapVersion() < 7020) {
} else if (!DevChannel && Local::oldMapVersion() < 7023) {
versionFeatures = lang(lng_new_version7022).trimmed();
}
if (!versionFeatures.isEmpty()) {