summaryrefslogtreecommitdiffstats
path: root/Telegram/Resources/winrc/Updater.rc
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2024-06-30 21:21:51 +0400
committerJohn Preston <johnprestonmail@gmail.com>2024-06-30 21:21:51 +0400
commit7eb98b50ec3d96b8c9119cd6feabf91404e1b66a (patch)
treee1c608f4b63e488cefc98834d9d37148c22cedb2 /Telegram/Resources/winrc/Updater.rc
parent65f7bdb91411e5f03fb97df7b5f1f5b3adb01069 (diff)
Version 5.2.
- Pay for content with Telegram Stars. - Enable local passcode unlock by Windows Hello and Touch ID. - Allow opening forums, topics and archive in a separate window.
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 48faaa4b80..d66689ed43 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,1,8,0
- PRODUCTVERSION 5,1,8,0
+ FILEVERSION 5,2,0,0
+ PRODUCTVERSION 5,2,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.1.8.0"
+ VALUE "FileVersion", "5.2.0.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2024"
VALUE "ProductName", "Telegram Desktop"
- VALUE "ProductVersion", "5.1.8.0"
+ VALUE "ProductVersion", "5.2.0.0"
END
END
BLOCK "VarFileInfo"