diff options
author | tjr <tjr@FreeBSD.org> | 2004-08-12 06:45:31 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-08-12 06:45:31 +0000 |
commit | 885cdf40be7de7817e04fa76d24b1767513f4f55 (patch) | |
tree | fc6451719c7511a1175fadd810a2dda9db0a4557 /gnu/usr.bin | |
parent | dc09deef3a2df211e75856fbaebb347ff7e82f0b (diff) | |
download | FreeBSD-src-885cdf40be7de7817e04fa76d24b1767513f4f55.zip FreeBSD-src-885cdf40be7de7817e04fa76d24b1767513f4f55.tar.gz |
Change version string to distinguish our modified version of GNU grep
from the original.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/grep/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |