2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Beta version 1.6.5.

- Bug fixes and other minor improvements.
This commit is contained in:
John Preston
2019-04-06 12:32:24 +04:00
parent 1ab4dbe466
commit d9a14e1227
6 changed files with 18 additions and 14 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 = 1006004;
constexpr auto AppVersionStr = "1.6.4";
constexpr auto AppVersion = 1006005;
constexpr auto AppVersionStr = "1.6.5";
constexpr auto AppBetaVersion = true;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;