Alpha 1.0.30: New tabbed panel as a third column.

This commit is contained in:
John Preston
2017-04-11 18:02:46 +03:00
parent 7f7318c0bf
commit b736d45bc4
7 changed files with 23 additions and 18 deletions
+4 -4
View File
@@ -34,8 +34,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico"
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,29,0
PRODUCTVERSION 1,0,29,0
FILEVERSION 1,0,30,0
PRODUCTVERSION 1,0,30,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -52,10 +52,10 @@ BEGIN
BEGIN
VALUE "CompanyName", "Telegram Messenger LLP"
VALUE "FileDescription", "Telegram Desktop"
VALUE "FileVersion", "1.0.29.0"
VALUE "FileVersion", "1.0.30.0"
VALUE "LegalCopyright", "Copyright (C) 2014-2017"
VALUE "ProductName", "Telegram Desktop"
VALUE "ProductVersion", "1.0.29.0"
VALUE "ProductVersion", "1.0.30.0"
END
END
BLOCK "VarFileInfo"