From: Don Slutz Date: Fri, 9 Jan 2015 15:17:35 +0000 (-0500) Subject: qemu-img: Add QEMU_PKGVERSION to QEMU_IMG_VERSION X-Git-Tag: v2.3.0-rc0~66^2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61979a6adfc1c4590f31ca295998e160226785c4;p=thirdparty%2Fqemu.git qemu-img: Add QEMU_PKGVERSION to QEMU_IMG_VERSION This is the same way vl.c handles this. Signed-off-by: Don Slutz Reviewed-by: Eric Blake Signed-off-by: Kevin Wolf --- diff --git a/qemu-img.c b/qemu-img.c index 4e9a7f5741c..e148af8a3e6 100644 --- a/qemu-img.c +++ b/qemu-img.c @@ -35,7 +35,7 @@ #include "block/qapi.h" #include -#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 {