Skip to content

Commit 637d6b7

Browse files
author
Uoti Urpala
committed
Update copyright year
1 parent c4093e7 commit 637d6b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

osdep/mplayer.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ FILETYPE VFT_APP
3535
VALUE "CompanyName", "\000"
3636
VALUE "FileDescription", "mplayer2 - Movie Player\000"
3737
VALUE "FileVersion",VERSION
38-
VALUE "LegalCopyright", " (C) 2000-2011 MPlayer Team\000"
38+
VALUE "LegalCopyright", " (C) 2000-2012 MPlayer Team\000"
3939
//VALUE "LegalTrademarks"," \000";
4040
VALUE "OriginalFilename", "mplayer.exe\000"
4141
VALUE "ProductName", "mplayer2 - The Movie Player\000"

version.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test $version || version=$git_revision
1515

1616
NEW_REVISION="#define VERSION \"${version}${extra}\""
1717
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"'
1919

2020
# Update version.h only on revision changes to avoid spurious rebuilds
2121
if test "$NEW_REVISION" != "$OLD_REVISION"; then

0 commit comments

Comments
 (0)