summaryrefslogtreecommitdiffstats
path: root/Telegram/Resources/winrc/Updater.rc
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2024-04-02 23:13:05 +0400
committerJohn Preston <johnprestonmail@gmail.com>2024-04-02 23:13:05 +0400
commitae36019ba99131df31a2e7056da720b3bad1b827 (patch)
tree1313679e7d5e9849192675e228cf79903af78e44 /Telegram/Resources/winrc/Updater.rc
parent1e0002aa7490faacf0afef508e316fa8cca7fee7 (diff)
Version 4.16.1.v4.16.1
- Show information about Fragment phone numbers and usernames. - Fix jump to original story from a story repost. - Fix old image display in viewer in some cases. - Fix several 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 95a5053d04..4b7bc1131b 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,0,0
- PRODUCTVERSION 4,16,0,0
+ FILEVERSION 4,16,1,0
+ PRODUCTVERSION 4,16,1,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.0.0"
+ VALUE "FileVersion", "4.16.1.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2024"
VALUE "ProductName", "Telegram Desktop"
- VALUE "ProductVersion", "4.16.0.0"
+ VALUE "ProductVersion", "4.16.1.0"
END
END
BLOCK "VarFileInfo"