beta version 9019001 with new crash tracking

This commit is contained in:
John Preston 2016-02-04 17:49:08 +03:00
parent d9b09e78ad
commit 952f24e4e1
2 changed files with 2 additions and 2 deletions

View File

@ -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";

View File

@ -3,4 +3,4 @@ AppVersionStrMajor 0.9
AppVersionStrSmall 0.9.19
AppVersionStr 0.9.19
DevChannel 1
BetaVersion 0 9015008
BetaVersion 9019001