summaryrefslogtreecommitdiffstats
path: root/Telegram/Resources/winrc/Updater.rc
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2024-08-02 18:12:03 +0300
committerJohn Preston <johnprestonmail@gmail.com>2024-08-02 18:14:03 +0300
commit0de50808743cfeaff0925cf7a63fdda207e29e85 (patch)
tree299b86e0dc6a9995102cf5f38f210b9463d04685 /Telegram/Resources/winrc/Updater.rc
parenta982560a62a5cd2932491816cd20239707e1d91b (diff)
Version 5.3.2.v5.3.2
- Fix crash on launch by focing non-LTO jemalloc build. Fixes #28213, fixes #28221.
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 9e4b2aced7..d7e88ba045 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,3,1,0
- PRODUCTVERSION 5,3,1,0
+ FILEVERSION 5,3,2,0
+ PRODUCTVERSION 5,3,2,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.3.1.0"
+ VALUE "FileVersion", "5.3.2.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2024"
VALUE "ProductName", "Telegram Desktop"
- VALUE "ProductVersion", "5.3.1.0"
+ VALUE "ProductVersion", "5.3.2.0"
END
END
BLOCK "VarFileInfo"