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

Version 1.7.7.

- Download video files while watching them using streaming.
- Set EOL for Windows XP / Vista and OS X 10.6 to 10.9 at September 1.
This commit is contained in:
John Preston
2019-06-10 10:21:15 +02:00
parent 96acecc35b
commit 3013301a91
6 changed files with 20 additions and 16 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 = 1007006;
constexpr auto AppVersionStr = "1.7.6";
constexpr auto AppBetaVersion = true;
constexpr auto AppVersion = 1007007;
constexpr auto AppVersionStr = "1.7.7";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;