mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-04 06:11:17 +00:00
beta version 9019002
This commit is contained in:
parent
47ead03925
commit
520d82b0ff
@ -23,7 +23,7 @@ Copyright (c) 2014-2015 John Preston, https://desktop.telegram.org
|
|||||||
static const int32 AppVersion = 9019;
|
static const int32 AppVersion = 9019;
|
||||||
static const wchar_t *AppVersionStr = L"0.9.19";
|
static const wchar_t *AppVersionStr = L"0.9.19";
|
||||||
static const bool DevVersion = true;
|
static const bool DevVersion = true;
|
||||||
#define BETA_VERSION (9019001ULL) // just comment this line to build public version
|
#define BETA_VERSION (9019002ULL) // 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";
|
||||||
|
@ -34,8 +34,8 @@ IDI_ICON1 ICON "SourceFiles\\art\\icon256.ico"
|
|||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 0,9,19,1
|
FILEVERSION 0,9,19,2
|
||||||
PRODUCTVERSION 0,9,19,1
|
PRODUCTVERSION 0,9,19,2
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
@ -51,10 +51,10 @@ BEGIN
|
|||||||
BLOCK "040904b0"
|
BLOCK "040904b0"
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "Telegram Messenger LLP"
|
VALUE "CompanyName", "Telegram Messenger LLP"
|
||||||
VALUE "FileVersion", "0.9.19.1"
|
VALUE "FileVersion", "0.9.19.2"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 2013"
|
VALUE "LegalCopyright", "Copyright (C) 2013"
|
||||||
VALUE "ProductName", "Telegram Desktop"
|
VALUE "ProductName", "Telegram Desktop"
|
||||||
VALUE "ProductVersion", "0.9.19.1"
|
VALUE "ProductVersion", "0.9.19.2"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
@ -3,4 +3,4 @@ AppVersionStrMajor 0.9
|
|||||||
AppVersionStrSmall 0.9.19
|
AppVersionStrSmall 0.9.19
|
||||||
AppVersionStr 0.9.19
|
AppVersionStr 0.9.19
|
||||||
DevChannel 1
|
DevChannel 1
|
||||||
BetaVersion 9019001
|
BetaVersion 9019002
|
||||||
|
Loading…
Reference in New Issue
Block a user