Version 1.4.1.

- Reduce crashes due to the out of memory exceptions.
- Load map previews through mtproto.
- Bug fixes and other minor improvements.
This commit is contained in:
John Preston
2018-10-09 19:24:29 +03:00
parent e8a390c251
commit 759bbe63dc
6 changed files with 22 additions and 16 deletions
+3 -3
View File
@@ -9,9 +9,9 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "core/utils.h"
#define ALPHA_VERSION_MACRO (1004000001ULL)
#define ALPHA_VERSION_MACRO (0ULL)
constexpr int AppVersion = 1004000;
constexpr str_const AppVersionStr = "1.4";
constexpr int AppVersion = 1004001;
constexpr str_const AppVersionStr = "1.4.1";
constexpr bool AppBetaVersion = false;
constexpr uint64 AppAlphaVersion = ALPHA_VERSION_MACRO;