mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Allowing only switch button in inline bot results. 9040124 closed beta.
This commit is contained in:
@@ -23,7 +23,7 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
|
||||
static const int32 AppVersion = 9040;
|
||||
static const wchar_t *AppVersionStr = L"0.9.40";
|
||||
static const bool DevVersion = false;
|
||||
#define BETA_VERSION (9040123ULL) // just comment this line to build public version
|
||||
#define BETA_VERSION (9040124ULL) // just comment this line to build public version
|
||||
|
||||
static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)";
|
||||
static const wchar_t *AppName = L"Telegram Desktop";
|
||||
@@ -295,7 +295,7 @@ static const char *ApiHash = "344583e45741c457fe1862106095a5eb";
|
||||
#else
|
||||
static const char *BetaPrivateKey = "";
|
||||
#undef BETA_VERSION
|
||||
#define BETA_VERSION 0
|
||||
#define BETA_VERSION (0)
|
||||
#endif
|
||||
|
||||
inline const char *cApiDeviceModel() {
|
||||
|
Reference in New Issue
Block a user