diff options
author | Gerald Combs <gerald@wireshark.org> | 2009-07-22 23:59:15 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2009-07-22 23:59:15 +0000 |
commit | 1e93d53b568a8fd0769cec90ee22f85f29490ee2 (patch) | |
tree | c61b5bb801c801e54ed7a9bbe79a2ec5af2f22f7 /capinfos.c | |
parent | 0b0ff6cdcfe0541f94d00bbfb0979a421d69deda (diff) | |
download | wireshark-1e93d53b568a8fd0769cec90ee22f85f29490ee2.tar.gz wireshark-1e93d53b568a8fd0769cec90ee22f85f29490ee2.tar.bz2 wireshark-1e93d53b568a8fd0769cec90ee22f85f29490ee2.zip |
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
Diffstat (limited to 'capinfos.c')
-rw-r--r-- | capinfos.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |