diff mplayer.c @ 11778:79442082467a

Happy new year to all from Argentina :-)
author diego
date Mon, 12 Jan 2004 03:47:49 +0000
parents e6db1c939c25
children 6b28eb95c08b
line wrap: on
line diff
--- a/mplayer.c	Sun Jan 11 19:50:57 2004 +0000
+++ b/mplayer.c	Mon Jan 12 03:47:49 2004 +0000
@@ -752,7 +752,7 @@
   mp_msg_init();
   mp_msg_set_level(MSGL_STATUS);
 
-  mp_msg(MSGT_CPLAYER,MSGL_INFO, "MPlayer " VERSION " (C) 2000-2003 MPlayer Team\n\n");
+  mp_msg(MSGT_CPLAYER,MSGL_INFO, "MPlayer " VERSION " (C) 2000-2004 MPlayer Team\n\n");
   /* Test for cpu capabilities (and corresponding OS support) for optimizing */
   GetCpuCaps(&gCpuCaps);
 #ifdef ARCH_X86