2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Version 2.1.11 (Linux only).

- Fix launch on old Linux systems.

Degrade OpenAL back to 1.19.1 so that it will still work on old systems.

Fixes #8005.
This commit is contained in:
John Preston
2020-06-08 12:23:27 +04:00
parent 9f6fc3a4c8
commit ef08b52597
7 changed files with 20 additions and 16 deletions

View File

@@ -22,7 +22,7 @@ constexpr auto AppId = "{53F49750-6209-4FBF-9CA8-7A333C87D1ED}"_cs;
constexpr auto AppNameOld = "Telegram Win (Unofficial)"_cs;
constexpr auto AppName = "Telegram Desktop"_cs;
constexpr auto AppFile = "Telegram"_cs;
constexpr auto AppVersion = 2001010;
constexpr auto AppVersionStr = "2.1.10";
constexpr auto AppVersion = 2001011;
constexpr auto AppVersionStr = "2.1.11";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;