2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 00:46:08 +00:00

version 0.9.41

This commit is contained in:
John Preston
2016-04-11 20:11:31 +03:00
parent e8c675d3b2
commit 9cbdc6e95e
6 changed files with 20 additions and 20 deletions

View File

@@ -1034,10 +1034,10 @@ void AppClass::checkMapVersion() {
if (Local::oldMapVersion() < AppVersion) {
if (Local::oldMapVersion()) {
QString versionFeatures;
if ((cDevVersion() || cBetaVersion()) && Local::oldMapVersion() < 9040) {
if ((cDevVersion() || cBetaVersion()) && Local::oldMapVersion() < 9041) {
// versionFeatures = QString::fromUtf8("\xe2\x80\x94 Design improvements\n\xe2\x80\x94 Bug fixes and other minor improvements");
versionFeatures = langNewVersionText();
} else if (Local::oldMapVersion() < 9040) {
} else if (Local::oldMapVersion() < 9041) {
versionFeatures = langNewVersionText();
} else {
versionFeatures = lang(lng_new_version_minor).trimmed();