summaryrefslogtreecommitdiff
path: root/apps/x11_main.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2011-03-03 14:13:36 +0000
committerTor Andersson <tor@ghostscript.com>2011-03-03 14:13:36 +0000
commit8625d252d1580039501d38fef0030f8dea6d7732 (patch)
tree8f3073df8a87841a1ddc30c42f9f660e6978a901 /apps/x11_main.c
parentd01eb80ff0bf5b61949fb346f3348c95ec98863f (diff)
downloadmupdf-8625d252d1580039501d38fef0030f8dea6d7732.tar.xz
Update version numbers.
Diffstat (limited to 'apps/x11_main.c')
-rw-r--r--apps/x11_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/x11_main.c b/apps/x11_main.c
index 2a9fd096..4b3290f6 100644
--- a/apps/x11_main.c
+++ b/apps/x11_main.c
@@ -231,7 +231,7 @@ void wintitle(pdfapp_t *app, char *s)
void winhelp(pdfapp_t *app)
{
- fprintf(stderr, "%s", pdfapp_usage(app));
+ fprintf(stderr, "%s\n%s", pdfapp_version(app), pdfapp_usage(app));
}
void winresize(pdfapp_t *app, int w, int h)