Beta version 4.16.10.

- Group admins can mass-moderate many messages.
- Premium users can use animated emoji in polls.
- Revert the default "Open Sans" font to 1.10.
- Several crash fixes and small improvements.
This commit is contained in:
John Preston
2024-04-26 20:23:08 +04:00
parent 79532954dc
commit 372b3da09c
7 changed files with 23 additions and 16 deletions
+4 -4
View File
@@ -35,8 +35,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,16,9,0
PRODUCTVERSION 4,16,9,0
FILEVERSION 4,16,10,0
PRODUCTVERSION 4,16,10,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.9.0"
VALUE "FileVersion", "4.16.10.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2024"
VALUE "ProductName", "Telegram Desktop"
VALUE "ProductVersion", "4.16.9.0"
VALUE "ProductVersion", "4.16.10.0"
END
END
BLOCK "VarFileInfo"