summaryrefslogtreecommitdiffstats
path: root/Telegram/Resources/winrc/Updater.rc
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2024-03-16 09:59:23 +0400
committerJohn Preston <johnprestonmail@gmail.com>2024-03-16 09:59:23 +0400
commit82fda96ed88065a761e27cb80173250c81aba8a9 (patch)
tree8a56189c6c7b72b44ed918642535c22c83dfcb5e /Telegram/Resources/winrc/Updater.rc
parent55b2b04e2ea67078731e932c045622b465e4854a (diff)
Beta version 4.15.5.v4.15.5
- Fix a crash in Instant View article parsing. - Support AirPods Mute/Unmute toggle in calls on macOS. - Disable system proxy on Linux to check if it fixes crashes.
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 1289e471ef..93b6c21de1 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 4,15,4,0
- PRODUCTVERSION 4,15,4,0
+ FILEVERSION 4,15,5,0
+ PRODUCTVERSION 4,15,5,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", "4.15.4.0"
+ VALUE "FileVersion", "4.15.5.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2024"
VALUE "ProductName", "Telegram Desktop"
- VALUE "ProductVersion", "4.15.4.0"
+ VALUE "ProductVersion", "4.15.5.0"
END
END
BLOCK "VarFileInfo"