2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

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

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;