Version 6.6.

- Member Tags in groups.
- Disable Sharing in Private Chats.
- Timestamps for Polls.
- Log In With Telegram.
- Time and Date Formatting.
This commit is contained in:
John Preston
2026-02-28 21:24:40 +04:00
parent e972a297e1
commit e5f2bcad03
6 changed files with 24 additions and 16 deletions
+4 -4
View File
@@ -35,8 +35,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 6,5,1,0
PRODUCTVERSION 6,5,1,0
FILEVERSION 6,6,0,0
PRODUCTVERSION 6,6,0,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", "6.5.1.0"
VALUE "FileVersion", "6.6.0.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2026"
VALUE "ProductName", "Telegram Desktop"
VALUE "ProductVersion", "6.5.1.0"
VALUE "ProductVersion", "6.6.0.0"
END
END
BLOCK "VarFileInfo"