From 885cdf40be7de7817e04fa76d24b1767513f4f55 Mon Sep 17 00:00:00 2001 From: tjr Date: Thu, 12 Aug 2004 06:45:31 +0000 Subject: 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(-) (limited to 'gnu/usr.bin/grep') diff --git a/gnu/usr.bin/grep/config.h b/gnu/usr.bin/grep/config.h index 88f83d8..6f7794e 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 */ -- cgit v1.1