File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ FILETYPE VFT_APP
35
35
VALUE "CompanyName", "\000"
36
36
VALUE "FileDescription", "mplayer2 - Movie Player\000"
37
37
VALUE "FileVersion",VERSION
38
- VALUE "LegalCopyright", " (C) 2000-2011 MPlayer Team\000"
38
+ VALUE "LegalCopyright", " (C) 2000-2012 MPlayer Team\000"
39
39
//VALUE "LegalTrademarks"," \000";
40
40
VALUE "OriginalFilename", "mplayer.exe\000"
41
41
VALUE "ProductName", "mplayer2 - The Movie Player\000"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ test $version || version=$git_revision
15
15
16
16
NEW_REVISION=" #define VERSION \" ${version}${extra} \" "
17
17
OLD_REVISION=$( head -n 1 version.h 2> /dev/null)
18
- TITLE=' #define MP_TITLE "%s "VERSION" (C) 2000-2011 MPlayer Team\n"'
18
+ TITLE=' #define MP_TITLE "%s "VERSION" (C) 2000-2012 MPlayer Team\n"'
19
19
20
20
# Update version.h only on revision changes to avoid spurious rebuilds
21
21
if test " $NEW_REVISION " ! = " $OLD_REVISION " ; then
You can’t perform that action at this time.
0 commit comments