On 4 November 2011 17:56, Andreas Färber <afaer...@suse.de> wrote: > --- a/vl.c > +++ b/vl.c > @@ -1484,7 +1484,7 @@ static void main_loop(void) > > static void version(void) > { > - printf("QEMU emulator version " QEMU_VERSION QEMU_PKGVERSION ", > Copyright (c) 2003-2008 Fabrice Bellard\n"); > + printf("QEMU emulator version " QEMU_VERSION QEMU_PKGVERSION ", > Copyright (c) 2003-2011 Fabrice Bellard and contributors\n"); > }
linux-user/main.c:handle_arg_version() needs to be updated too. (Perhaps we should have a QEMU_COPYRIGHT_DATE autoupdated by configure based on the commit date of HEAD? :-)) -- PMM