From 1e93d53b568a8fd0769cec90ee22f85f29490ee2 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Wed, 22 Jul 2009 23:59:15 +0000 Subject: Use "svn info" to fetch the version by default. Fetch the repository path as well. Add the repository path to the version strings. svn path=/trunk/; revision=29171 --- capinfos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capinfos.c') diff --git a/capinfos.c b/capinfos.c index 88d9acb83a..972ff13cc7 100644 --- a/capinfos.c +++ b/capinfos.c @@ -241,7 +241,7 @@ usage(gboolean is_error) fprintf(output, "Capinfos %s" #ifdef SVNVERSION - " (" SVNVERSION ")" + " (" SVNVERSION " from " SVNPATH ")" #endif "\n", VERSION); fprintf(output, "Prints information about capture files.\n"); -- cgit v1.2.3