From fa708ada3b9d64b3d65772621f7aa0ec4e99907a Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 19 Jul 2016 20:00:56 +0300 Subject: [PATCH] Closed beta 9057001 for testing MediaView video player. --- Telegram/Resources/winrc/Telegram.rc | 8 ++++---- Telegram/Resources/winrc/Updater.rc | 8 ++++---- Telegram/SourceFiles/core/version.h | 4 ++-- Telegram/Telegram.vcxproj | 5 ----- Telegram/Telegram.vcxproj.filters | 3 --- Telegram/build/version | 4 ++-- 6 files changed, 12 insertions(+), 20 deletions(-) diff --git a/Telegram/Resources/winrc/Telegram.rc b/Telegram/Resources/winrc/Telegram.rc index a04176115..4fbc4908a 100644 --- a/Telegram/Resources/winrc/Telegram.rc +++ b/Telegram/Resources/winrc/Telegram.rc @@ -34,8 +34,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,9,57,0 - PRODUCTVERSION 0,9,57,0 + FILEVERSION 0,9,57,1 + PRODUCTVERSION 0,9,57,1 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -51,10 +51,10 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "CompanyName", "Telegram Messenger LLP" - VALUE "FileVersion", "0.9.57.0" + VALUE "FileVersion", "0.9.57.1" VALUE "LegalCopyright", "Copyright (C) 2014-2016" VALUE "ProductName", "Telegram Desktop" - VALUE "ProductVersion", "0.9.57.0" + VALUE "ProductVersion", "0.9.57.1" END END BLOCK "VarFileInfo" diff --git a/Telegram/Resources/winrc/Updater.rc b/Telegram/Resources/winrc/Updater.rc index edc6944fb..0c3a7892d 100644 --- a/Telegram/Resources/winrc/Updater.rc +++ b/Telegram/Resources/winrc/Updater.rc @@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,9,57,0 - PRODUCTVERSION 0,9,57,0 + FILEVERSION 0,9,57,1 + PRODUCTVERSION 0,9,57,1 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -43,10 +43,10 @@ BEGIN BEGIN VALUE "CompanyName", "Telegram Messenger LLP" VALUE "FileDescription", "Telegram Updater" - VALUE "FileVersion", "0.9.57.0" + VALUE "FileVersion", "0.9.57.1" VALUE "LegalCopyright", "Copyright (C) 2014-2016" VALUE "ProductName", "Telegram Desktop" - VALUE "ProductVersion", "0.9.57.0" + VALUE "ProductVersion", "0.9.57.1" END END BLOCK "VarFileInfo" diff --git a/Telegram/SourceFiles/core/version.h b/Telegram/SourceFiles/core/version.h index 7e443e781..7baecf548 100644 --- a/Telegram/SourceFiles/core/version.h +++ b/Telegram/SourceFiles/core/version.h @@ -22,9 +22,9 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org #include "core/basic_types.h" -#define BETA_VERSION_MACRO (0ULL) +#define BETA_VERSION_MACRO (9057001ULL) constexpr int AppVersion = 9057; constexpr str_const AppVersionStr = "0.9.57"; -constexpr bool AppAlphaVersion = true; +constexpr bool AppAlphaVersion = false; constexpr uint64 AppBetaVersion = BETA_VERSION_MACRO; diff --git a/Telegram/Telegram.vcxproj b/Telegram/Telegram.vcxproj index e060ac8f8..474bffb8e 100644 --- a/Telegram/Telegram.vcxproj +++ b/Telegram/Telegram.vcxproj @@ -354,11 +354,6 @@ true true - - true - true - true - true true diff --git a/Telegram/Telegram.vcxproj.filters b/Telegram/Telegram.vcxproj.filters index 247d35253..61425a2d4 100644 --- a/Telegram/Telegram.vcxproj.filters +++ b/Telegram/Telegram.vcxproj.filters @@ -1323,9 +1323,6 @@ GeneratedFiles\Deploy - - GeneratedFiles\Debug - GeneratedFiles\Release diff --git a/Telegram/build/version b/Telegram/build/version index 4a048eef7..5658212f2 100644 --- a/Telegram/build/version +++ b/Telegram/build/version @@ -2,5 +2,5 @@ AppVersion 9057 AppVersionStrMajor 0.9 AppVersionStrSmall 0.9.57 AppVersionStr 0.9.57 -AlphaChannel 1 -BetaVersion 0 +AlphaChannel 0 +BetaVersion 9057001