testing update from dev to beta 9015001

This commit is contained in:
John Preston 2015-12-04 18:40:27 +03:00
parent 460da06698
commit 4ad8793ba1
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 = 9015; static const int32 AppVersion = 9015;
static const wchar_t *AppVersionStr = L"0.9.15"; static const wchar_t *AppVersionStr = L"0.9.15";
static const bool DevVersion = true; static const bool DevVersion = true;
//#define BETA_VERSION (9014002ULL) // just comment this line to build public version #define BETA_VERSION (9015001ULL) // just comment this line to build public version
static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)"; static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)";
static const wchar_t *AppName = L"Telegram Desktop"; static const wchar_t *AppName = L"Telegram Desktop";

View file

@ -3,4 +3,4 @@ AppVersionStrMajor 0.9
AppVersionStrSmall 0.9.15 AppVersionStrSmall 0.9.15
AppVersionStr 0.9.15 AppVersionStr 0.9.15
DevChannel 1 DevChannel 1
BetaVersion 0 9014002 BetaVersion 9015001