From 40df43998eec2034ee7b2831f2ae40fd7a40c6ae Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Sat, 24 Apr 2021 01:01:45 +0300 Subject: [PATCH] Test version 1.4-test.1 --- Telegram/SourceFiles/kotato/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/SourceFiles/kotato/version.h b/Telegram/SourceFiles/kotato/version.h index aa152539e..b0d4d7d7b 100644 --- a/Telegram/SourceFiles/kotato/version.h +++ b/Telegram/SourceFiles/kotato/version.h @@ -17,9 +17,9 @@ constexpr auto AppKotatoVersionStr = "1.4"; constexpr auto AppBetaVersion = false; // Test branch related -constexpr auto AppKotatoTestBranch = "dev"; +constexpr auto AppKotatoTestBranch = "test"; -#define TDESKTOP_REQUESTED_ALPHA_VERSION (0ULL) +#define TDESKTOP_REQUESTED_ALPHA_VERSION (1004000001ULL) #ifdef TDESKTOP_ALLOW_CLOSED_ALPHA #define TDESKTOP_ALPHA_VERSION TDESKTOP_REQUESTED_ALPHA_VERSION