summaryrefslogtreecommitdiffstats
path: root/qemu-img.c
diff options
context:
space:
mode:
authorDon Slutz <dslutz@verizon.com>2015-01-09 10:17:35 -0500
committerKevin Wolf <kwolf@redhat.com>2015-02-06 17:24:21 +0100
commit61979a6adfc1c4590f31ca295998e160226785c4 (patch)
treea3ee8df4f435ad7e23b624d0e4272a596493a25d /qemu-img.c
parent98764152ad8ec9fa4e7bb6d8e10f8a7a7ce273d7 (diff)
downloadhqemu-61979a6adfc1c4590f31ca295998e160226785c4.zip
hqemu-61979a6adfc1c4590f31ca295998e160226785c4.tar.gz
qemu-img: Add QEMU_PKGVERSION to QEMU_IMG_VERSION
This is the same way vl.c handles this. Signed-off-by: Don Slutz <dslutz@verizon.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'qemu-img.c')
-rw-r--r--qemu-img.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-img.c b/qemu-img.c
index 4e9a7f5..e148af8 100644
--- a/qemu-img.c
+++ b/qemu-img.c
@@ -35,7 +35,7 @@
#include "block/qapi.h"
#include <getopt.h>
-#define QEMU_IMG_VERSION "qemu-img version " QEMU_VERSION \
+#define QEMU_IMG_VERSION "qemu-img version " QEMU_VERSION QEMU_PKGVERSION \
", Copyright (c) 2004-2008 Fabrice Bellard\n"
typedef struct img_cmd_t {
OpenPOWER on IntegriCloud