summaryrefslogtreecommitdiffstats
path: root/Telegram/Resources/winrc/Updater.rc
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2024-07-06 22:25:44 +0400
committerJohn Preston <johnprestonmail@gmail.com>2024-07-07 09:01:58 +0400
commit78093173a92e9b0b60086ed5d91bdc051be7fb67 (patch)
tree2d1c7878b681a38764411b426646b7133a5fca8e /Telegram/Resources/winrc/Updater.rc
parenta01d48f0631a6cce547ce3137a15102edd8ddafb (diff)
Version 5.2.3.v5.2.3
- Fix crash in bot star stats page. - Bug fixes and other minor improvements.
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 abd5f4d0e0..5594959fe5 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,2,2,0
- PRODUCTVERSION 5,2,2,0
+ FILEVERSION 5,2,3,0
+ PRODUCTVERSION 5,2,3,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.2.2.0"
+ VALUE "FileVersion", "5.2.3.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2024"
VALUE "ProductName", "Telegram Desktop"
- VALUE "ProductVersion", "5.2.2.0"
+ VALUE "ProductVersion", "5.2.3.0"
END
END
BLOCK "VarFileInfo"