summaryrefslogtreecommitdiffstats
path: root/Telegram/Resources/winrc/Updater.rc
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2024-03-12 23:30:49 +0400
committerJohn Preston <johnprestonmail@gmail.com>2024-03-12 23:30:49 +0400
commit5573bbc77609bac20ade4f57ac86a66186f822b8 (patch)
treee96b23965cb5c11c914f85864a45021bd5177036 /Telegram/Resources/winrc/Updater.rc
parent8c5db25476b08f5b1e2562ac8eb99895880ee801 (diff)
Version 4.15.2.
- Telegram Business: Greeting Message. - Telegram Business: Away Message. - Telegram Business: Quick Replies. - Telegram Business: Working Hours. - Close the ongoing call window without hanging up the call. - Fast scroll through chats list with Ctrl or Shift pressed. - Several bugfixes.
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 93f0a67697..97cf094de8 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,15,1,0
- PRODUCTVERSION 4,15,1,0
+ FILEVERSION 4,15,2,0
+ PRODUCTVERSION 4,15,2,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.15.1.0"
+ VALUE "FileVersion", "4.15.2.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2024"
VALUE "ProductName", "Telegram Desktop"
- VALUE "ProductVersion", "4.15.1.0"
+ VALUE "ProductVersion", "4.15.2.0"
END
END
BLOCK "VarFileInfo"