summaryrefslogtreecommitdiffstats
path: root/Telegram/Resources/winrc/Updater.rc
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2024-05-04 19:08:30 +0400
committerJohn Preston <johnprestonmail@gmail.com>2024-05-04 19:08:30 +0400
commitfb444e7dd42985104ec416cdc3545c554694017b (patch)
tree542425436b5ea507f4c319233604bb3d11791f1e /Telegram/Resources/winrc/Updater.rc
parentc4f0db5bc52d9d5af41dd10187fd2f11aec7540a (diff)
Version 5.0.1.v5.0.1
- Fix several crashes in new interfaces. - Fix monospace font size. - Fix possible problem with underline font size.
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 db48e2cd9a..50804d1162 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,0,0,0
- PRODUCTVERSION 5,0,0,0
+ FILEVERSION 5,0,1,0
+ PRODUCTVERSION 5,0,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.0.0.0"
+ VALUE "FileVersion", "5.0.1.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2024"
VALUE "ProductName", "Telegram Desktop"
- VALUE "ProductVersion", "5.0.0.0"
+ VALUE "ProductVersion", "5.0.1.0"
END
END
BLOCK "VarFileInfo"