summaryrefslogtreecommitdiffstats
path: root/Telegram/Resources/winrc/Updater.rc
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2024-08-01 17:18:31 +0200
committerJohn Preston <johnprestonmail@gmail.com>2024-08-01 17:21:06 +0200
commit4a5d8046d5de32b1990fcd39dc12c7b04328e8ab (patch)
tree53293c0c7cc8d7dcc376070a5cf3b61946921539 /Telegram/Resources/winrc/Updater.rc
parent65a14bcab4a8fdb6875fc6f3b5ea96f642b0f547 (diff)
Version 5.3.1.v5.3.1
- Open normal links from tonsite-s in system browser. - Fix unicode tonsite:// links. - Fix crash on Linux X11.
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 0f70bef0ea..9e4b2aced7 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,0,0
- PRODUCTVERSION 5,3,0,0
+ FILEVERSION 5,3,1,0
+ PRODUCTVERSION 5,3,1,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.0.0"
+ VALUE "FileVersion", "5.3.1.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2024"
VALUE "ProductName", "Telegram Desktop"
- VALUE "ProductVersion", "5.3.0.0"
+ VALUE "ProductVersion", "5.3.1.0"
END
END
BLOCK "VarFileInfo"