mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Alpha version 1.1.24.
- Radically improved navigation. New side panel on the right with quick access to shared media and group members. - Pinned Messages. If you are a channel admin, pin messages to focus your subscribers' attention on important announcements. - Also supported clearing history in supergroups and added a host of minor improvements.
This commit is contained in:
@@ -22,9 +22,9 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
|
||||
|
||||
#include "core/utils.h"
|
||||
|
||||
#define BETA_VERSION_MACRO (1001023012ULL)
|
||||
#define BETA_VERSION_MACRO (0ULL)
|
||||
|
||||
constexpr int AppVersion = 1001023;
|
||||
constexpr str_const AppVersionStr = "1.1.23";
|
||||
constexpr bool AppAlphaVersion = false;
|
||||
constexpr int AppVersion = 1001024;
|
||||
constexpr str_const AppVersionStr = "1.1.24";
|
||||
constexpr bool AppAlphaVersion = true;
|
||||
constexpr uint64 AppBetaVersion = BETA_VERSION_MACRO;
|
||||
|
Reference in New Issue
Block a user