From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52453) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dYYWu-0008FR-9t for qemu-devel@nongnu.org; Fri, 21 Jul 2017 10:03:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dYYWt-0004GD-6C for qemu-devel@nongnu.org; Fri, 21 Jul 2017 10:03:44 -0400 Date: Fri, 21 Jul 2017 15:03:29 +0100 From: "Daniel P. Berrange" Message-ID: <20170721140329.GR17693@redhat.com> Reply-To: "Daniel P. Berrange" References: <20170721135047.25005-1-eblake@redhat.com> <20170721135047.25005-2-eblake@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20170721135047.25005-2-eblake@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 1/2] qemu-nbd: Update version string List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel@nongnu.org, Paolo Bonzini , "open list:Network Block Dev..." On Fri, Jul 21, 2017 at 08:50:46AM -0500, Eric Blake wrote: > qemu-io and qemu-img already mirror the qemu version string, > time to make qemu-nbd do the same. >=20 > Reported-by: =E9=99=B3=E5=9F=B9=E6=B3=93 > Signed-off-by: Eric Blake > --- > qemu-nbd.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) >=20 > diff --git a/qemu-nbd.c b/qemu-nbd.c > index 78d05bea2d..1086934a95 100644 > --- a/qemu-nbd.c > +++ b/qemu-nbd.c > @@ -36,6 +36,7 @@ > #include "io/channel-socket.h" > #include "crypto/init.h" > #include "trace/control.h" > +#include "qemu-version.h" >=20 > #include > #include > @@ -129,10 +130,10 @@ static void usage(const char *name) > static void version(const char *name) > { > printf( > -"%s version 0.0.1\n" > +"%s " QEMU_VERSION QEMU_PKGVERSION "\n" wow, suprised that bogus version has existed for so long :-) > "Written by Anthony Liguori.\n" > "\n" > -"Copyright (C) 2006 Anthony Liguori .\n" > +QEMU_COPYRIGHT "\n" > "This is free software; see the source for copying conditions. There = is NO\n" > "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PU= RPOSE.\n" > , name); Reviewed-by: Daniel P. Berrange Regards, Daniel --=20 |: https://berrange.com -o- https://www.flickr.com/photos/dberran= ge :| |: https://libvirt.org -o- https://fstop138.berrange.c= om :| |: https://entangle-photo.org -o- https://www.instagram.com/dberran= ge :|