2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

Beta version 1.7.4.

- 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-04 17:39:47 +03:00
parent 2f963d7f12
commit 961fd1dbab
7 changed files with 25 additions and 45 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 = 1007003;
constexpr auto AppVersionStr = "1.7.3";
constexpr auto AppBetaVersion = false;
constexpr auto AppVersion = 1007004;
constexpr auto AppVersionStr = "1.7.4";
constexpr auto AppBetaVersion = true;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;