From 0a33d1af761c00347b75486f2c1c825e3e825b53 Mon Sep 17 00:00:00 2001 From: tjr 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 88f83d8562ef..6f7794e485f1 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 */