Changed updater version
This commit is contained in:
parent
b26a8b61d3
commit
3cd5b26f6d
1 changed files with 7 additions and 7 deletions
|
|
@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 1,8,9,0
|
FILEVERSION 1,0,0,0
|
||||||
PRODUCTVERSION 1,8,9,0
|
PRODUCTVERSION 1,0,0,0
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
|
|
@ -41,12 +41,12 @@ BEGIN
|
||||||
BEGIN
|
BEGIN
|
||||||
BLOCK "040904b0"
|
BLOCK "040904b0"
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "Telegram FZ-LLC"
|
VALUE "CompanyName", "Kotatogram"
|
||||||
VALUE "FileDescription", "Telegram Desktop Updater"
|
VALUE "FileDescription", "Kotatogram Desktop Updater"
|
||||||
VALUE "FileVersion", "1.8.9.0"
|
VALUE "FileVersion", "1.0.0.0"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 2014-2019"
|
VALUE "LegalCopyright", "Copyright (C) 2014-2019"
|
||||||
VALUE "ProductName", "Telegram Desktop"
|
VALUE "ProductName", "Kotatogram Desktop"
|
||||||
VALUE "ProductVersion", "1.8.9.0"
|
VALUE "ProductVersion", "1.0.0.0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue