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

Alpha version 1.2.21.

- Support domain names in mtproto proxy.
- Bug fixes and other minor improvements.
This commit is contained in:
John Preston
2018-05-18 20:36:21 +03:00
parent 96f7c0c02e
commit 678b9a8eb5
7 changed files with 20 additions and 15 deletions

View File

@@ -11,7 +11,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#define BETA_VERSION_MACRO (0ULL)
constexpr int AppVersion = 1002020;
constexpr str_const AppVersionStr = "1.2.20";
constexpr int AppVersion = 1002021;
constexpr str_const AppVersionStr = "1.2.21";
constexpr bool AppAlphaVersion = true;
constexpr uint64 AppBetaVersion = BETA_VERSION_MACRO;