mpv.rc: readd actual version info

This commit is contained in:
Ricardo Constantino 2018-01-01 21:44:01 +00:00
parent 8457287bd0
commit d7188ce753
No known key found for this signature in database
GPG Key ID: EFD16019AE4FF531
1 changed files with 2 additions and 2 deletions

View File

@ -32,11 +32,11 @@ VS_VERSION_INFO VERSIONINFO
VALUE "Comments", "mpv is distributed under the terms of the GNU General Public License Version 2 or later."
VALUE "CompanyName", "mpv"
VALUE "FileDescription", "mpv"
VALUE "FileVersion", "2.0.0.0"
VALUE "FileVersion", VERSION
VALUE "LegalCopyright", MPVCOPYRIGHT
VALUE "OriginalFilename", "mpv.exe"
VALUE "ProductName", "mpv"
VALUE "ProductVersion", "2.0.0.0"
VALUE "ProductVersion", VERSION
}
}
BLOCK "VarFileInfo" {