mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Alpha version 1.2.10.
- Bug fixes and other minor improvements.
This commit is contained in:
@@ -75,7 +75,7 @@ std::map<int, const char*> AlphaLogs() {
|
||||
{
|
||||
1002009,
|
||||
"\xE2\x80\x94 Quick Reply. "
|
||||
"Double click near a message for a quick reply.\n"
|
||||
"Double click next to any message for a quick reply.\n"
|
||||
|
||||
"\xE2\x80\x94 Search for Stickers. "
|
||||
"Click on the new search icon to access "
|
||||
|
@@ -11,7 +11,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
|
||||
#define BETA_VERSION_MACRO (0ULL)
|
||||
|
||||
constexpr int AppVersion = 1002009;
|
||||
constexpr str_const AppVersionStr = "1.2.9";
|
||||
constexpr int AppVersion = 1002010;
|
||||
constexpr str_const AppVersionStr = "1.2.10";
|
||||
constexpr bool AppAlphaVersion = true;
|
||||
constexpr uint64 AppBetaVersion = BETA_VERSION_MACRO;
|
||||
|
Reference in New Issue
Block a user