From: Anthony Liguori <[email protected]> We currently show 0.10.50kvm-devel whereas pkgversion normally would show 0.10.50 (kvm-devel). This is due to some weirdness in how pkgversion is constructed in configure.
This corrects the version display. Signed-off-by: Anthony Liguori <[email protected]> Signed-off-by: Avi Kivity <[email protected]> diff --git a/configure b/configure index 09b61a6..a9a6756 100755 --- a/configure +++ b/configure @@ -194,7 +194,7 @@ blobs="yes" fdt="yes" sdl_x11="no" xen="yes" -pkgversion="kvm-devel" +pkgversion=" (kvm-devel)" signalfd="no" eventfd="no" cpu_emulation="yes" -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
