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

Version 1.3.9.

- Mark chats in the chat list as Read or Unread.
- Improved censorship circumvention.
This commit is contained in:
John Preston
2018-06-28 20:12:07 +01:00
parent e64d102efd
commit c7e773dd9a
6 changed files with 19 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#define BETA_VERSION_MACRO (0ULL)
constexpr int AppVersion = 1003008;
constexpr str_const AppVersionStr = "1.3.8";
constexpr int AppVersion = 1003009;
constexpr str_const AppVersionStr = "1.3.9";
constexpr bool AppAlphaVersion = false;
constexpr uint64 AppBetaVersion = BETA_VERSION_MACRO;