summaryrefslogtreecommitdiffstats
path: root/Telegram/Resources/winrc/Updater.rc
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2024-05-31 20:38:04 +0400
committerJohn Preston <johnprestonmail@gmail.com>2024-05-31 21:30:18 +0400
commit72d1b43453a4539d95e8b3506e712ce3a6dac4da (patch)
tree80cd6f9a5d8780901d41e0af7d6f2df650904b85 /Telegram/Resources/winrc/Updater.rc
parent0c1b487956372076daa7882469676f0cc1314bbd (diff)
Version 5.1.
- Send messages with effects. - Move photo or video captions above the media. - Chat preview on chat photo long press or Alt+Click.
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 1b7249bf0b..d5cdd825e1 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 5,0,6,0
- PRODUCTVERSION 5,0,6,0
+ FILEVERSION 5,1,0,0
+ PRODUCTVERSION 5,1,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", "5.0.6.0"
+ VALUE "FileVersion", "5.1.0.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2024"
VALUE "ProductName", "Telegram Desktop"
- VALUE "ProductVersion", "5.0.6.0"
+ VALUE "ProductVersion", "5.1.0.0"
END
END
BLOCK "VarFileInfo"