Version 6.1.

- Music on Profiles.
- Gift Themes.
- Gift Value Information.
- Upgrading Gifts for Other Users.
This commit is contained in:
John Preston
2025-08-31 23:07:30 +04:00
parent a37528b377
commit 87f873c8b6
6 changed files with 25 additions and 18 deletions
+3 -3
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 = 6000003;
constexpr auto AppVersionStr = "6.0.3";
constexpr auto AppBetaVersion = true;
constexpr auto AppVersion = 6001000;
constexpr auto AppVersionStr = "6.1";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;