From 4a19f1eced611e7c3a0fba07d13515cbc73da09f Mon Sep 17 00:00:00 2001 From: pbrook Date: Tue, 7 Apr 2009 23:17:49 +0000 Subject: Add --with-pkgversion. Allows distributors to identify their builds without needing to hack the sources. Signed-off-by: Paul Brook git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7036 c046a42c-6fe2-441c-8c8c-71466251a162 --- monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monitor.c') diff --git a/monitor.c b/monitor.c index ca1c11c478..e764b5df4e 100644 --- a/monitor.c +++ b/monitor.c @@ -273,7 +273,7 @@ static void do_info(Monitor *mon, const char *item) static void do_info_version(Monitor *mon) { - monitor_printf(mon, "%s\n", QEMU_VERSION); + monitor_printf(mon, "%s\n", QEMU_VERSION QEMU_PKGVERSION); } static void do_info_name(Monitor *mon) -- cgit v1.2.3