Fixing critical infinite recursion in HistoryInner, closed beta 9049003.

Langs updated. Title fixed for supergroups in report box.
This commit is contained in:
John Preston
2016-06-08 15:22:57 +03:00
parent e2bac118c5
commit 7f54bd0bfc
13 changed files with 48 additions and 47 deletions
+4 -4
View File
@@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,9,49,2
PRODUCTVERSION 0,9,49,2
FILEVERSION 0,9,49,3
PRODUCTVERSION 0,9,49,3
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -43,10 +43,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Telegram Messenger LLP"
VALUE "FileDescription", "Telegram Updater"
VALUE "FileVersion", "0.9.49.2"
VALUE "FileVersion", "0.9.49.3"
VALUE "LegalCopyright", "Copyright (C) 2014-2016"
VALUE "ProductName", "Telegram Desktop"
VALUE "ProductVersion", "0.9.49.2"
VALUE "ProductVersion", "0.9.49.3"
END
END
BLOCK "VarFileInfo"