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

Version 1.5.11.

- Bug fixes and other minor improvements.
This commit is contained in:
John Preston
2019-02-01 15:51:46 +03:00
parent f0c4868b3e
commit c47781c25a
6 changed files with 18 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#define TDESKTOP_ALPHA_VERSION (0ULL)
#endif // TDESKTOP_OFFICIAL_TARGET
constexpr auto AppVersion = 1005010;
constexpr auto AppVersionStr = "1.5.10";
constexpr auto AppVersion = 1005011;
constexpr auto AppVersionStr = "1.5.11";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;