summaryrefslogtreecommitdiffstats
path: root/Telegram/Resources/winrc/Updater.rc
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2024-06-14 18:36:28 +0400
committerJohn Preston <johnprestonmail@gmail.com>2024-06-14 18:36:28 +0400
commit43ffc9d67c6a5c9c408ee49212c4d917f8468101 (patch)
treedca99d0e363ecac1511cf144f95f7c42085f6d9f /Telegram/Resources/winrc/Updater.rc
parent053c462dc0093075c945c2f21432886c3e12fccf (diff)
Version 5.1.7.
- Fix recently searched hashtags in chats search. - Fix formatting shortcuts on macOS. - Fix non-Telegram-Stars-invoice bot buttons with star emoji.
Diffstat (limited to 'Telegram/Resources/winrc/Updater.rc')
-rw-r--r--Telegram/Resources/winrc/Updater.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/Telegram/Resources/winrc/Updater.rc b/Telegram/Resources/winrc/Updater.rc
index df113e7732..7f599ef595 100644
--- a/Telegram/Resources/winrc/Updater.rc
+++ b/Telegram/Resources/winrc/Updater.rc
@@ -35,8 +35,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 5,1,6,0
- PRODUCTVERSION 5,1,6,0
+ FILEVERSION 5,1,7,0
+ PRODUCTVERSION 5,1,7,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -53,10 +53,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Telegram FZ-LLC"
VALUE "FileDescription", "Telegram Desktop Updater"
- VALUE "FileVersion", "5.1.6.0"
+ VALUE "FileVersion", "5.1.7.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2024"
VALUE "ProductName", "Telegram Desktop"
- VALUE "ProductVersion", "5.1.6.0"
+ VALUE "ProductVersion", "5.1.7.0"
END
END
BLOCK "VarFileInfo"