summaryrefslogtreecommitdiffstats
path: root/Telegram/Resources/winrc/Updater.rc
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2024-02-09 20:18:40 +0400
committerJohn Preston <johnprestonmail@gmail.com>2024-02-09 20:18:40 +0400
commita10d668131033194926a1571d119bd9f5898c646 (patch)
tree10152b5327d925439b77f41bfeb1e52a9cf17275 /Telegram/Resources/winrc/Updater.rc
parent8a62bacaa6be674ed0372504aed45fd8800f8434 (diff)
Version 4.14.14.v4.14.14
- Fix webview regression 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 0e56d18d2a..2dcf9cd4f7 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 4,14,13,0
- PRODUCTVERSION 4,14,13,0
+ FILEVERSION 4,14,14,0
+ PRODUCTVERSION 4,14,14,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", "4.14.13.0"
+ VALUE "FileVersion", "4.14.14.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2024"
VALUE "ProductName", "Telegram Desktop"
- VALUE "ProductVersion", "4.14.13.0"
+ VALUE "ProductVersion", "4.14.14.0"
END
END
BLOCK "VarFileInfo"