From 47f5d53d85f77a714a76642a301a29a51a14e6f9 Mon Sep 17 00:00:00 2001 From: Martin Herkt Date: Sun, 21 Aug 2011 00:04:50 +0200 Subject: osdep/mplayer.rc: change to use "mplayer2" name --- osdep/mplayer.rc | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'osdep') diff --git a/osdep/mplayer.rc b/osdep/mplayer.rc index 97bd8d56d6..1955b72779 100644 --- a/osdep/mplayer.rc +++ b/osdep/mplayer.rc @@ -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" } -- cgit v1.2.3