Beta version 6.2.5.

- New profile pages design.
- Qt 6.10 on Linux.
This commit is contained in:
John Preston
2025-10-28 14:59:39 +04:00
parent 6abd4bae58
commit 8f26a24f78
6 changed files with 22 additions and 17 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 = 6002004;
constexpr auto AppVersionStr = "6.2.4";
constexpr auto AppBetaVersion = false;
constexpr auto AppVersion = 6002005;
constexpr auto AppVersionStr = "6.2.5";
constexpr auto AppBetaVersion = true;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;