summaryrefslogtreecommitdiffstats
path: root/linux-user/main.c
diff options
context:
space:
mode:
authorpbrook2009-04-08 01:17:49 +0200
committerpbrook2009-04-08 01:17:49 +0200
commit4a19f1eced611e7c3a0fba07d13515cbc73da09f (patch)
tree40e79c74b9558601e8e563ae109ae55c468bb784 /linux-user/main.c
parentImplement --version. (diff)
downloadqemu-4a19f1eced611e7c3a0fba07d13515cbc73da09f.tar.gz
qemu-4a19f1eced611e7c3a0fba07d13515cbc73da09f.tar.xz
qemu-4a19f1eced611e7c3a0fba07d13515cbc73da09f.zip
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 'linux-user/main.c')
-rw-r--r--linux-user/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/main.c b/linux-user/main.c
index 3b9dfc7673..dd0058c0bf 100644
--- a/linux-user/main.c
+++ b/linux-user/main.c
@@ -2202,7 +2202,7 @@ void cpu_loop (CPUState *env)
static void usage(void)
{
- printf("qemu-" TARGET_ARCH " version " QEMU_VERSION ", Copyright (c) 2003-2008 Fabrice Bellard\n"
+ printf("qemu-" TARGET_ARCH " version " QEMU_VERSION QEMU_PKGVERSION ", Copyright (c) 2003-2008 Fabrice Bellard\n"
"usage: qemu-" TARGET_ARCH " [options] program [arguments...]\n"
"Linux CPU emulator (compiled for %s emulation)\n"
"\n"