summaryrefslogtreecommitdiffstats
path: root/Telegram/Resources/winrc/Updater.rc
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2024-05-30 19:06:51 +0400
committerJohn Preston <johnprestonmail@gmail.com>2024-05-30 19:06:51 +0400
commit2bbc7406da448659aa2ef7de69a8f95115af6350 (patch)
treedf194dcf8ef2c3311d07181d3266edd8ac01ac5a /Telegram/Resources/winrc/Updater.rc
parenta9dd9aeb90184bc81e4cc18445a4638434fab9f0 (diff)
Beta version 5.0.6.v5.0.6
- Fix chat preview with non-default themes. - Fix chat preview crash when scrolling up. - Jump to chat from preview only by Double-Click. - Show chat preview with Force Touch on macOS.
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 c334ca569b..1b7249bf0b 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,0,5,0
- PRODUCTVERSION 5,0,5,0
+ FILEVERSION 5,0,6,0
+ PRODUCTVERSION 5,0,6,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.0.5.0"
+ VALUE "FileVersion", "5.0.6.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2024"
VALUE "ProductName", "Telegram Desktop"
- VALUE "ProductVersion", "5.0.5.0"
+ VALUE "ProductVersion", "5.0.6.0"
END
END
BLOCK "VarFileInfo"