diff --git a/Telegram/SourceFiles/config.h b/Telegram/SourceFiles/config.h index 4a1637ba04..716414b06a 100644 --- a/Telegram/SourceFiles/config.h +++ b/Telegram/SourceFiles/config.h @@ -23,7 +23,7 @@ Copyright (c) 2014-2015 John Preston, https://desktop.telegram.org static const int32 AppVersion = 9019; static const wchar_t *AppVersionStr = L"0.9.19"; static const bool DevVersion = true; -//#define BETA_VERSION (9015008ULL) // just comment this line to build public version +#define BETA_VERSION (9019001ULL) // 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"; diff --git a/Telegram/Version b/Telegram/Version index 9aa9665cef..fba09052d8 100644 --- a/Telegram/Version +++ b/Telegram/Version @@ -3,4 +3,4 @@ AppVersionStrMajor 0.9 AppVersionStrSmall 0.9.19 AppVersionStr 0.9.19 DevChannel 1 -BetaVersion 0 9015008 +BetaVersion 9019001