summaryrefslogtreecommitdiffstats
path: root/Telegram/Resources/winrc/Updater.rc
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2024-04-08 22:13:29 +0400
committerJohn Preston <johnprestonmail@gmail.com>2024-04-08 22:31:07 +0400
commit60805bd916677eb5b45b087304cf2436836d9d00 (patch)
treed9d1b7a28ff032be48824d5db20b79cafa224da7 /Telegram/Resources/winrc/Updater.rc
parent10272ee0cf266f5d6c25259e4ac2e8341c952688 (diff)
Version 4.16.5.v4.16.5
- Fix editing privacy for groups and channels invitations. - Possible fix for the network unresponsiveness after sleep. - Possible fix for wide range of memory allocator crashes on Linux.
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 945b1bbb86..0ff0365430 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,16,4,0
- PRODUCTVERSION 4,16,4,0
+ FILEVERSION 4,16,5,0
+ PRODUCTVERSION 4,16,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.16.4.0"
+ VALUE "FileVersion", "4.16.5.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2024"
VALUE "ProductName", "Telegram Desktop"
- VALUE "ProductVersion", "4.16.4.0"
+ VALUE "ProductVersion", "4.16.5.0"
END
END
BLOCK "VarFileInfo"