summaryrefslogtreecommitdiff
path: root/tools/tiffmedian.c
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2003-03-12 14:05:05 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2003-03-12 14:05:05 +0000
commitc26da710494883bef7943d3752a113bf6a550e00 (patch)
tree3389544a97bc04fc1f5bfb683f57f10af5d6c300 /tools/tiffmedian.c
parentd8cd741e3bb5d7139589ccde2e3c395e229a152e (diff)
downloadlibtiff-git-c26da710494883bef7943d3752a113bf6a550e00.tar.gz
Added library version reporting to all tools.
Diffstat (limited to 'tools/tiffmedian.c')
-rw-r--r--tools/tiffmedian.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/tiffmedian.c b/tools/tiffmedian.c
index f362ce29..ec96037d 100644
--- a/tools/tiffmedian.c
+++ b/tools/tiffmedian.c
@@ -1,4 +1,4 @@
-/* $Header: /cvs/maptools/cvsroot/libtiff/tools/tiffmedian.c,v 1.3 1999-12-27 17:35:01 mwelles Exp $ */
+/* $Header: /cvs/maptools/cvsroot/libtiff/tools/tiffmedian.c,v 1.4 2003-03-12 14:05:06 dron Exp $ */
/*
* Apply median cut on an image.
@@ -332,6 +332,7 @@ usage(void)
int i;
setbuf(stderr, buf);
+ fprintf(stderr, "%s\n\n", TIFFGetVersion());
for (i = 0; stuff[i] != NULL; i++)
fprintf(stderr, "%s\n", stuff[i]);
exit(-1);