summaryrefslogtreecommitdiffstats
path: root/Telegram/Resources/winrc/Updater.rc
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2024-04-05 15:35:01 +0400
committerJohn Preston <johnprestonmail@gmail.com>2024-04-05 15:35:01 +0400
commitad3f705f5060305f053dcd88263e87d2dadb8429 (patch)
tree6892b63a3b363bc2c0eee6c200bad572e038335d /Telegram/Resources/winrc/Updater.rc
parentc5847caa91dc89672717e380038386840be85b05 (diff)
Beta version 4.16.3.
- Improve media upload speed. - Update FFmpeg to 6.1.1.
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 a395fa6323..f70a9486b4 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,2,0
- PRODUCTVERSION 4,16,2,0
+ FILEVERSION 4,16,3,0
+ PRODUCTVERSION 4,16,3,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.2.0"
+ VALUE "FileVersion", "4.16.3.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2024"
VALUE "ProductName", "Telegram Desktop"
- VALUE "ProductVersion", "4.16.2.0"
+ VALUE "ProductVersion", "4.16.3.0"
END
END
BLOCK "VarFileInfo"