From 75c4586b07ff0d76437012f1cde4ee077181393d Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 24 Sep 2015 12:02:11 +0300 Subject: [PATCH] changelog fixed for 0.9 stable --- Telegram/SourceFiles/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/application.cpp b/Telegram/SourceFiles/application.cpp index 327ecb1d36..ff95994070 100644 --- a/Telegram/SourceFiles/application.cpp +++ b/Telegram/SourceFiles/application.cpp @@ -682,7 +682,7 @@ void Application::checkMapVersion() { QString versionFeatures; if (cDevVersion() && Local::oldMapVersion() < 8059) { versionFeatures = QString::fromUtf8("\xe2\x80\x94 Channels members and admins management added\n\xe2\x80\x94 Bug fixes and other minor improvements\n\nMore info about channels here:\nhttps://telegram.org/blog/channels");// .replace('@', qsl("@") + QChar(0x200D)); - } else if (Local::oldMapVersion() < 8056) { + } else if (Local::oldMapVersion() < 9000) { versionFeatures = lng_new_version_text(lt_link, qsl("https://telegram.org/blog/channels"));//lang(lng_new_version_text).trimmed(); } else { versionFeatures = lang(lng_new_version_minor).trimmed();