summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-01-04 15:23:23 +0100
committerwm4 <wm4@nowhere>2013-01-04 15:23:23 +0100
commitf394a25e7be6c6d7560b639ea253d747a376c6f6 (patch)
treefba9279d5a0ce4ef65f9281ba28c8eaa31548555 /core
parent59868da7a1ad54fac7e9c8c2bd258bf39383387e (diff)
downloadmpv-f394a25e7be6c6d7560b639ea253d747a376c6f6.tar.bz2
mpv-f394a25e7be6c6d7560b639ea253d747a376c6f6.tar.xz
Update copyright year
Diffstat (limited to 'core')
-rw-r--r--core/mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/mplayer.c b/core/mplayer.c
index 553da904bb..8e8d12470e 100644
--- a/core/mplayer.c
+++ b/core/mplayer.c
@@ -4234,7 +4234,7 @@ static void play_files(struct MPContext *mpctx)
static void print_version(int always)
{
mp_msg(MSGT_CPLAYER, always ? MSGL_INFO : MSGL_V,
- "%s (C) 2000-2012 mpv/MPlayer/mplayer2 projects\n built on %s\n", mplayer_version, mplayer_builddate);
+ "%s (C) 2000-2013 mpv/MPlayer/mplayer2 projects\n built on %s\n", mplayer_version, mplayer_builddate);
}
static bool handle_help_options(struct MPContext *mpctx)