summaryrefslogtreecommitdiff
path: root/vl.c
diff options
context:
space:
mode:
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2009-04-07 23:17:49 +0000
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2009-04-07 23:17:49 +0000
commit4a19f1eced611e7c3a0fba07d13515cbc73da09f (patch)
tree40e79c74b9558601e8e563ae109ae55c468bb784 /vl.c
parent9bd7e6d90d2cc6e3ca20fd9819550af7b6e9cbe1 (diff)
downloadqemu-4a19f1eced611e7c3a0fba07d13515cbc73da09f.tar.gz
Add --with-pkgversion.
Allows distributors to identify their builds without needing to hack the sources. Signed-off-by: Paul Brook <paul@codesourcery.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7036 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.c')
-rw-r--r--vl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vl.c b/vl.c
index e444f9c2c6..ddbcc6c2a6 100644
--- a/vl.c
+++ b/vl.c
@@ -3942,7 +3942,7 @@ static int main_loop(void)
static void version(void)
{
- printf("QEMU PC emulator version " QEMU_VERSION ", Copyright (c) 2003-2008 Fabrice Bellard\n");
+ printf("QEMU PC emulator version " QEMU_VERSION QEMU_PKGVERSION ", Copyright (c) 2003-2008 Fabrice Bellard\n");
}
static void help(int exitcode)