dev version 0.9.14 prepared

This commit is contained in:
John Preston 2015-12-08 23:43:27 +03:00
parent f1e8b0913d
commit 750d45457b
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 = 9014;
static const wchar_t *AppVersionStr = L"0.9.14";
static const bool DevVersion = true;
#define BETA_VERSION (9014003ULL) // just comment this line to build public version
//#define BETA_VERSION (9014003ULL) // 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.14
AppVersionStr 0.9.14
DevChannel 1
BetaVersion 9014003
BetaVersion 0 9014003