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

Beta version 1.8.7.

- Bug fixes and other minor improvements.
This commit is contained in:
John Preston
2019-09-10 00:52:05 +03:00
parent 241f5e1d26
commit c4bc76c022
6 changed files with 19 additions and 15 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 = 1008006;
constexpr auto AppVersionStr = "1.8.6";
constexpr auto AppVersion = 1008007;
constexpr auto AppVersionStr = "1.8.7";
constexpr auto AppBetaVersion = true;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;