From 61979a6adfc1c4590f31ca295998e160226785c4 Mon Sep 17 00:00:00 2001 From: Don Slutz Date: Fri, 9 Jan 2015 10:17:35 -0500 Subject: [PATCH] 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 --- qemu-img.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-img.c b/qemu-img.c index 4e9a7f5741..e148af8a3e 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 { -- 2.11.4.GIT