2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Version 1.8.8.

- Create new themes based on your color and wallpaper choices.
- Share your themes with other users via links.
- Update your theme for all its users when you change something.
This commit is contained in:
John Preston
2019-09-10 01:48:28 +03:00
parent f463d3ec6d
commit 190bf8fc5f
6 changed files with 22 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 = 1008007;
constexpr auto AppVersionStr = "1.8.7";
constexpr auto AppBetaVersion = true;
constexpr auto AppVersion = 1008008;
constexpr auto AppVersionStr = "1.8.8";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;