From bfdbe5d98d1f209c6d53645f273a8b9f36261978 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Thu, 12 Aug 2004 06:45:31 +0000 Subject: [PATCH] Change version string to distinguish our modified version of GNU grep from the original. --- gnu/usr.bin/grep/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/grep/config.h b/gnu/usr.bin/grep/config.h index 88f83d8562e..6f7794e485f 100644 --- a/gnu/usr.bin/grep/config.h +++ b/gnu/usr.bin/grep/config.h @@ -298,7 +298,7 @@ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "2.5.1" +#define VERSION "2.5.1-FreeBSD" /* Number of bits in a file offset, on hosts where this is settable. */ /* #undef _FILE_OFFSET_BITS */