summaryrefslogtreecommitdiffstats
path: root/Telegram/Resources/winrc/Telegram.rc
diff options
context:
space:
mode:
authorJohn Preston <johnprestonmail@gmail.com>2023-02-25 17:10:35 +0400
committerJohn Preston <johnprestonmail@gmail.com>2023-02-25 17:10:35 +0400
commit3093cb3759dd8018b1bebe6e9132bbfd00a887c0 (patch)
tree71ef700c6b111e95deb17689abd2e1382f621a05 /Telegram/Resources/winrc/Telegram.rc
parent6fa8426ff46a4d965d8c467590982df4c0109a62 (diff)
Version 4.6.5.
- Fix payment card input field validation. - Fix video playback with hardware acceleration on macOS.
Diffstat (limited to 'Telegram/Resources/winrc/Telegram.rc')
-rw-r--r--Telegram/Resources/winrc/Telegram.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/Telegram/Resources/winrc/Telegram.rc b/Telegram/Resources/winrc/Telegram.rc
index 488bad94f2..ce3b764cd3 100644
--- a/Telegram/Resources/winrc/Telegram.rc
+++ b/Telegram/Resources/winrc/Telegram.rc
@@ -44,8 +44,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico"
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 4,6,4,0
- PRODUCTVERSION 4,6,4,0
+ FILEVERSION 4,6,5,0
+ PRODUCTVERSION 4,6,5,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -62,10 +62,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Telegram FZ-LLC"
VALUE "FileDescription", "Telegram Desktop"
- VALUE "FileVersion", "4.6.4.0"
+ VALUE "FileVersion", "4.6.5.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2023"
VALUE "ProductName", "Telegram Desktop"
- VALUE "ProductVersion", "4.6.4.0"
+ VALUE "ProductVersion", "4.6.5.0"
END
END
BLOCK "VarFileInfo"