1
mirror of https://github.com/mpv-player/mpv synced 2024-07-19 20:54:13 +02:00

osdep/mplayer.rc: change to use "mplayer2" name

This commit is contained in:
Martin Herkt 2011-08-21 00:04:50 +02:00 committed by Uoti Urpala
parent 36fcd351f6
commit 47f5d53d85

View File

@ -22,8 +22,8 @@
#include "version.h"
1 VERSIONINFO
FILEVERSION 0,0,9,0
PRODUCTVERSION 0,0,9,0
FILEVERSION 2,0,0,0
PRODUCTVERSION 2,0,0,0
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
{
@ -31,15 +31,14 @@ FILETYPE VFT_APP
{
BLOCK "000004b0" // LANG_NEUTRAL,UNICODE_CP
{
VALUE "Comments","MPlayer is distributed under the terms of the GNU General Public License Version 2. Source code is available at http://www.mplayerhq.hu\000"
VALUE "Comments","mplayer2 is distributed under the terms of the GNU General Public License Version 3. Source code is available at http://www.mplayer2.org\000"
VALUE "CompanyName", "\000"
VALUE "FileDescription", "MPlayer - Movie Player\000"
VALUE "FileDescription", "mplayer2 - Movie Player\000"
VALUE "FileVersion",VERSION
VALUE "InternalName", "Counter Counter\000"
VALUE "LegalCopyright", " (C) 2000-2010 MPlayer Team\000"
VALUE "LegalCopyright", " (C) 2000-2011 MPlayer Team\000"
//VALUE "LegalTrademarks"," \000";
VALUE "OriginalFilename", "mplayer.exe\000"
VALUE "ProductName", "MPlayer - The Movie Player\000"
VALUE "ProductName", "mplayer2 - The Movie Player\000"
VALUE "ProductVersion",VERSION
//VALUE "SpecialBuild","\000"
}