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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user