Commit be377133 authored by Eric Blake's avatar Eric Blake
Browse files

qemu-nbd: Update version string



qemu-io and qemu-img already mirror the qemu version string,
time to make qemu-nbd do the same.

Reported-by: default avatar陳培泓 <pahome.chen@mirlab.org>
Signed-off-by: default avatarEric Blake <eblake@redhat.com>
Message-Id: <20170721135047.25005-2-eblake@redhat.com>
Reviewed-by: default avatarDaniel P. Berrange <berrange@redhat.com>
parent cf44d31d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
#include "io/channel-socket.h"
#include "crypto/init.h"
#include "trace/control.h"
#include "qemu-version.h"

#include <getopt.h>
#include <libgen.h>
@@ -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"
"Written by Anthony Liguori.\n"
"\n"
"Copyright (C) 2006 Anthony Liguori <anthony@codemonkey.ws>.\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 PURPOSE.\n"
    , name);