1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-30 11:42:04 +00:00

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

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 "Comments", "mpv is distributed under the terms of the GNU General Public License Version 2 or later."
VALUE "CompanyName", "mpv" VALUE "CompanyName", "mpv"
VALUE "FileDescription", "mpv" VALUE "FileDescription", "mpv"
VALUE "FileVersion", "2.0.0.0" VALUE "FileVersion", VERSION
VALUE "LegalCopyright", MPVCOPYRIGHT VALUE "LegalCopyright", MPVCOPYRIGHT
VALUE "OriginalFilename", "mpv.exe" VALUE "OriginalFilename", "mpv.exe"
VALUE "ProductName", "mpv" VALUE "ProductName", "mpv"
VALUE "ProductVersion", "2.0.0.0" VALUE "ProductVersion", VERSION
} }
} }
BLOCK "VarFileInfo" { BLOCK "VarFileInfo" {