summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2011-08-21 00:04:50 +0200
committerUoti Urpala <uau@mplayer2.org>2011-08-21 02:18:00 +0300
commit47f5d53d85f77a714a76642a301a29a51a14e6f9 (patch)
tree4c73a4f630e75bf2ae2f5a8d17ad745cd825e090 /osdep
parent36fcd351f686c3d94c61a6d30d9c723ff9024f33 (diff)
downloadmpv-47f5d53d85f77a714a76642a301a29a51a14e6f9.tar.bz2
mpv-47f5d53d85f77a714a76642a301a29a51a14e6f9.tar.xz
osdep/mplayer.rc: change to use "mplayer2" name
Diffstat (limited to 'osdep')
-rw-r--r--osdep/mplayer.rc13
1 files changed, 6 insertions, 7 deletions
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"
}