1 use whith spave between VERSION and QEMU_PKGVERSION
3 Our kvm version parser expects a white space ot comma after version,
4 see PVE::QemuServer::kvm_user_version()
7 ===================================================================
10 @@ -1913,7 +1913,7 @@ static void main_loop(void)
12 static void version(void)
14 - printf("QEMU emulator version " QEMU_VERSION QEMU_PKGVERSION ", Copyright (c) 2003-2008 Fabrice Bellard\n");
15 + printf("QEMU emulator version " QEMU_VERSION " " QEMU_PKGVERSION ", Copyright (c) 2003-2008 Fabrice Bellard\n");
18 static void help(int exitcode)