diff --git a/Telegram/Resources/uwp/AppX/AppxManifest.xml b/Telegram/Resources/uwp/AppX/AppxManifest.xml index 9f7f6fbdb..15b789f4b 100644 --- a/Telegram/Resources/uwp/AppX/AppxManifest.xml +++ b/Telegram/Resources/uwp/AppX/AppxManifest.xml @@ -9,7 +9,7 @@ + Version="1.3.7.0" /> Telegram Desktop Telegram Messenger LLP diff --git a/Telegram/Resources/winrc/Telegram.rc b/Telegram/Resources/winrc/Telegram.rc index f50499cd8..782cff7d6 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,3,6,0 - PRODUCTVERSION 1,3,6,0 + FILEVERSION 1,3,7,0 + PRODUCTVERSION 1,3,7,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.3.6.0" + VALUE "FileVersion", "1.3.7.0" VALUE "LegalCopyright", "Copyright (C) 2014-2018" VALUE "ProductName", "Telegram Desktop" - VALUE "ProductVersion", "1.3.6.0" + VALUE "ProductVersion", "1.3.7.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/Resources/winrc/Updater.rc b/Telegram/Resources/winrc/Updater.rc index 66261b64a..4b5527225 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,3,6,0 - PRODUCTVERSION 1,3,6,0 + FILEVERSION 1,3,7,0 + PRODUCTVERSION 1,3,7,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.3.6.0" + VALUE "FileVersion", "1.3.7.0" VALUE "LegalCopyright", "Copyright (C) 2014-2018" VALUE "ProductName", "Telegram Desktop" - VALUE "ProductVersion", "1.3.6.0" + VALUE "ProductVersion", "1.3.7.0" END END BLOCK "VarFileInfo" diff --git a/Telegram/SourceFiles/core/version.h b/Telegram/SourceFiles/core/version.h index 2ee4b6df7..1e77a4f9f 100644 --- a/Telegram/SourceFiles/core/version.h +++ b/Telegram/SourceFiles/core/version.h @@ -11,7 +11,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #define BETA_VERSION_MACRO (0ULL) -constexpr int AppVersion = 1003006; -constexpr str_const AppVersionStr = "1.3.6"; -constexpr bool AppAlphaVersion = true; +constexpr int AppVersion = 1003007; +constexpr str_const AppVersionStr = "1.3.7"; +constexpr bool AppAlphaVersion = false; constexpr uint64 AppBetaVersion = BETA_VERSION_MACRO; diff --git a/Telegram/build/version b/Telegram/build/version index cfb29cd16..dfcdbfb71 100644 --- a/Telegram/build/version +++ b/Telegram/build/version @@ -1,6 +1,6 @@ -AppVersion 1003006 +AppVersion 1003007 AppVersionStrMajor 1.3 -AppVersionStrSmall 1.3.6 -AppVersionStr 1.3.6 -AlphaChannel 1 +AppVersionStrSmall 1.3.7 +AppVersionStr 1.3.7 +AlphaChannel 0 BetaVersion 0 diff --git a/changelog.txt b/changelog.txt index e683f7581..cf4a36d8a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,8 @@ -1.3.6 (11.06.18) +1.3.7 (11.06.18) + +- Push fixes to stable version. + +1.3.6 alpha (11.06.18) - Bug fixes and other minor improvements.