summaryrefslogtreecommitdiffstats
path: root/Telegram/Resources/winrc/Updater.rc
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2024-07-29 08:05:28 +0200
committerJohn Preston <johnprestonmail@gmail.com>2024-07-29 11:02:25 +0300
commitb0981ea8e341ae6d71432a237ab086a9ab6d4b44 (patch)
treee4a6a530de422209d21cd1d8394a91e41744f59a /Telegram/Resources/winrc/Updater.rc
parenta141d01a23c7e0fbdf99f017202e0c3559b3f8fb (diff)
Beta version 5.2.6.v5.2.6
- Fix launching on X11. (Linux)
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 829055b26b..40bb30f11b 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,5,0
- PRODUCTVERSION 5,2,5,0
+ FILEVERSION 5,2,6,0
+ PRODUCTVERSION 5,2,6,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.5.0"
+ VALUE "FileVersion", "5.2.6.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2024"
VALUE "ProductName", "Telegram Desktop"
- VALUE "ProductVersion", "5.2.5.0"
+ VALUE "ProductVersion", "5.2.6.0"
END
END
BLOCK "VarFileInfo"