From c4bc76c0229f1b40a0832a5c1ff95997421d6af5 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 10 Sep 2019 00:52:05 +0300 Subject: [PATCH] Beta version 1.8.7. - Bug fixes and other minor improvements. --- Telegram/Resources/uwp/AppX/AppxManifest.xml | 2 +- Telegram/Resources/winrc/Telegram.rc | 8 ++++---- Telegram/Resources/winrc/Updater.rc | 8 ++++---- Telegram/SourceFiles/core/version.h | 4 ++-- Telegram/build/version | 6 +++--- changelog.txt | 6 +++++- 6 files changed, 19 insertions(+), 15 deletions(-) diff --git a/Telegram/Resources/uwp/AppX/AppxManifest.xml b/Telegram/Resources/uwp/AppX/AppxManifest.xml index 4f01da934..4502062ff 100644 --- a/Telegram/Resources/uwp/AppX/AppxManifest.xml +++ b/Telegram/Resources/uwp/AppX/AppxManifest.xml @@ -9,7 +9,7 @@ + Version="1.8.7.0" /> Telegram Desktop Telegram FZ-LLC diff --git a/Telegram/Resources/winrc/Telegram.rc b/Telegram/Resources/winrc/Telegram.rc index d0a2b3d01..86c5ae3af 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 1,8,6,0 - PRODUCTVERSION 1,8,6,0 + FILEVERSION 1,8,7,0 + PRODUCTVERSION 1,8,7,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -52,10 +52,10 @@ BEGIN BEGIN VALUE "CompanyName", "Telegram FZ-LLC" VALUE "FileDescription", "Telegram Desktop" - VALUE "FileVersion", "1.8.6.0" + VALUE "FileVersion", "1.8.7.0" VALUE "LegalCopyright", "Copyright (C) 2014-2019" VALUE "ProductName", "Telegram Desktop" - VALUE "ProductVersion", "1.8.6.0" + VALUE "ProductVersion", "1.8.7.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/Resources/winrc/Updater.rc b/Telegram/Resources/winrc/Updater.rc index 5c5a2bd2a..ea5a4d039 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 1,8,6,0 - PRODUCTVERSION 1,8,6,0 + FILEVERSION 1,8,7,0 + PRODUCTVERSION 1,8,7,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -43,10 +43,10 @@ BEGIN BEGIN VALUE "CompanyName", "Telegram FZ-LLC" VALUE "FileDescription", "Telegram Desktop Updater" - VALUE "FileVersion", "1.8.6.0" + VALUE "FileVersion", "1.8.7.0" VALUE "LegalCopyright", "Copyright (C) 2014-2019" VALUE "ProductName", "Telegram Desktop" - VALUE "ProductVersion", "1.8.6.0" + VALUE "ProductVersion", "1.8.7.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/SourceFiles/core/version.h b/Telegram/SourceFiles/core/version.h index 1dd1b23ff..1bdcd8ab9 100644 --- a/Telegram/SourceFiles/core/version.h +++ b/Telegram/SourceFiles/core/version.h @@ -15,7 +15,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #define TDESKTOP_ALPHA_VERSION (0ULL) #endif // TDESKTOP_OFFICIAL_TARGET -constexpr auto AppVersion = 1008006; -constexpr auto AppVersionStr = "1.8.6"; +constexpr auto AppVersion = 1008007; +constexpr auto AppVersionStr = "1.8.7"; constexpr auto AppBetaVersion = true; constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION; diff --git a/Telegram/build/version b/Telegram/build/version index a3cba8dc4..94cd0e8d4 100644 --- a/Telegram/build/version +++ b/Telegram/build/version @@ -1,6 +1,6 @@ -AppVersion 1008006 +AppVersion 1008007 AppVersionStrMajor 1.8 -AppVersionStrSmall 1.8.6 -AppVersionStr 1.8.6 +AppVersionStrSmall 1.8.7 +AppVersionStr 1.8.7 BetaChannel 1 AlphaVersion 0 diff --git a/changelog.txt b/changelog.txt index 27b7c6ddd..f0597dc23 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,8 @@ -1.8.6 beta (09.09.09) +1.8.7 beta (10.09.19) + +- Bug fixes and other minor improvements. + +1.8.6 beta (09.09.19) - Bug fixes and other minor improvements.