Version 6.3.5.

- Offer stars or TON for unique gifts.
- Preview gift auctions before they start.
- Support passkey login on Windows.
This commit is contained in:
John Preston
2025-12-05 20:26:18 +04:00
parent e085a76165
commit 4f685552e7
7 changed files with 22 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 = 6003004;
constexpr auto AppVersionStr = "6.3.4";
constexpr auto AppVersion = 6003005;
constexpr auto AppVersionStr = "6.3.5";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;