summaryrefslogtreecommitdiff
path: root/capinfos.c
diff options
context:
space:
mode:
Diffstat (limited to 'capinfos.c')
-rw-r--r--capinfos.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/capinfos.c b/capinfos.c
index c3de1f7416..0a600a08b4 100644
--- a/capinfos.c
+++ b/capinfos.c
@@ -100,7 +100,7 @@
#include <wsutil/unicode-utils.h>
#endif /* _WIN32 */
-#include "svnversion.h"
+#include "version.h"
/*
* By default capinfos now continues processing
@@ -1005,8 +1005,8 @@ usage(gboolean is_error)
}
fprintf(output, "Capinfos %s"
-#ifdef SVNVERSION
- " (" SVNVERSION " from " SVNPATH ")"
+#ifdef GITVERSION
+ " (" GITVERSION " from " GITBRANCH ")"
#endif
"\n", VERSION);
fprintf(output, "Prints various information (infos) about capture files.\n");