aboutsummaryrefslogtreecommitdiffstats
path: root/captype.c
diff options
context:
space:
mode:
Diffstat (limited to 'captype.c')
-rw-r--r--captype.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/captype.c b/captype.c
index 1aed705f02..885cff4d18 100644
--- a/captype.c
+++ b/captype.c
@@ -61,14 +61,14 @@
#include <wsutil/unicode-utils.h>
#endif /* _WIN32 */
-#include "svnversion.h"
+#include "version.h"
static void
usage(void)
{
fprintf(stderr, "Captype %s"
-#ifdef SVNVERSION
- " (" SVNVERSION " from " SVNPATH ")"
+#ifdef GITVERSION
+ " (" GITVERSION " from " GITBRANCH ")"
#endif
"\n", VERSION);
fprintf(stderr, "Prints the file types of capture files.\n");