beta version 9019001 with new crash tracking
This commit is contained in:
parent
d9b09e78ad
commit
952f24e4e1
|
@ -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";
|
||||
|
|
|
@ -3,4 +3,4 @@ AppVersionStrMajor 0.9
|
|||
AppVersionStrSmall 0.9.19
|
||||
AppVersionStr 0.9.19
|
||||
DevChannel 1
|
||||
BetaVersion 0 9015008
|
||||
BetaVersion 9019001
|
||||
|
|
Loading…
Reference in New Issue