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

Version 1.6.3:

- Bug fixes and other minor improvements.
This commit is contained in:
John Preston
2019-03-25 16:04:59 +04:00
parent bb2e683dea
commit a26d82eec6
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 = 1006002;
constexpr auto AppVersionStr = "1.6.2";
constexpr auto AppVersion = 1006003;
constexpr auto AppVersionStr = "1.6.3";
constexpr auto AppBetaVersion = false;
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;