beta 9030001

This commit is contained in:
John Preston 2016-03-11 18:29:24 +03:00
parent 9ad9d5a12f
commit c289c6c6eb
3 changed files with 8 additions and 8 deletions

View File

@ -22,8 +22,8 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
static const int32 AppVersion = 9030;
static const wchar_t *AppVersionStr = L"0.9.30";
static const bool DevVersion = true;
//#define BETA_VERSION (9028002ULL) // just comment this line to build public version
static const bool DevVersion = false;
#define BETA_VERSION (9030001ULL) // 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

@ -34,8 +34,8 @@ IDI_ICON1 ICON "SourceFiles\\art\\icon256.ico"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,9,30,0
PRODUCTVERSION 0,9,30,0
FILEVERSION 0,9,30,1
PRODUCTVERSION 0,9,30,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -51,10 +51,10 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "Telegram Messenger LLP"
VALUE "FileVersion", "0.9.30.0"
VALUE "FileVersion", "0.9.30.1"
VALUE "LegalCopyright", "Copyright (C) 2014-2016"
VALUE "ProductName", "Telegram Desktop"
VALUE "ProductVersion", "0.9.30.0"
VALUE "ProductVersion", "0.9.30.1"
END
END
BLOCK "VarFileInfo"

View File

@ -2,5 +2,5 @@ AppVersion 9030
AppVersionStrMajor 0.9
AppVersionStrSmall 0.9.30
AppVersionStr 0.9.30
DevChannel 1
BetaVersion 0 9028002
DevChannel 0
BetaVersion 9030001