From 5bfd5e449546f6e40b5ae8ddc571d7368d3375fa Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 15 Mar 2019 16:11:55 +0400 Subject: [PATCH] Beta version 1.5.18. - 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 | 4 ++++ 6 files changed, 18 insertions(+), 14 deletions(-) diff --git a/Telegram/Resources/uwp/AppX/AppxManifest.xml b/Telegram/Resources/uwp/AppX/AppxManifest.xml index 1f6cc0417..1210403af 100644 --- a/Telegram/Resources/uwp/AppX/AppxManifest.xml +++ b/Telegram/Resources/uwp/AppX/AppxManifest.xml @@ -9,7 +9,7 @@ + Version="1.5.18.0" /> Telegram Desktop Telegram Messenger LLP diff --git a/Telegram/Resources/winrc/Telegram.rc b/Telegram/Resources/winrc/Telegram.rc index 7488d6365..d0d28aeea 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,5,17,0 - PRODUCTVERSION 1,5,17,0 + FILEVERSION 1,5,18,0 + PRODUCTVERSION 1,5,18,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -52,10 +52,10 @@ BEGIN BEGIN VALUE "CompanyName", "Telegram Messenger LLP" VALUE "FileDescription", "Telegram Desktop" - VALUE "FileVersion", "1.5.17.0" + VALUE "FileVersion", "1.5.18.0" VALUE "LegalCopyright", "Copyright (C) 2014-2019" VALUE "ProductName", "Telegram Desktop" - VALUE "ProductVersion", "1.5.17.0" + VALUE "ProductVersion", "1.5.18.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/Resources/winrc/Updater.rc b/Telegram/Resources/winrc/Updater.rc index d85e7cd89..2166015d0 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,5,17,0 - PRODUCTVERSION 1,5,17,0 + FILEVERSION 1,5,18,0 + PRODUCTVERSION 1,5,18,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -43,10 +43,10 @@ BEGIN BEGIN VALUE "CompanyName", "Telegram Messenger LLP" VALUE "FileDescription", "Telegram Desktop Updater" - VALUE "FileVersion", "1.5.17.0" + VALUE "FileVersion", "1.5.18.0" VALUE "LegalCopyright", "Copyright (C) 2014-2019" VALUE "ProductName", "Telegram Desktop" - VALUE "ProductVersion", "1.5.17.0" + VALUE "ProductVersion", "1.5.18.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/SourceFiles/core/version.h b/Telegram/SourceFiles/core/version.h index a885f09cc..a45677d8b 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 = 1005017; -constexpr auto AppVersionStr = "1.5.17"; +constexpr auto AppVersion = 1005018; +constexpr auto AppVersionStr = "1.5.18"; constexpr auto AppBetaVersion = true; constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION; diff --git a/Telegram/build/version b/Telegram/build/version index b4c57be45..1e7c3ab9d 100644 --- a/Telegram/build/version +++ b/Telegram/build/version @@ -1,6 +1,6 @@ -AppVersion 1005017 +AppVersion 1005018 AppVersionStrMajor 1.5 -AppVersionStrSmall 1.5.17 -AppVersionStr 1.5.17 +AppVersionStrSmall 1.5.18 +AppVersionStr 1.5.18 BetaChannel 1 AlphaVersion 0 diff --git a/changelog.txt b/changelog.txt index 03d74063b..726c755d0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +1.5.18 beta (15.03.19) + +- Bug fixes and other minor improvements. + 1.5.17 beta (13.03.19) - Bug fixes and other minor improvements.