From 27378b5694b4941bb63a62097f7ee523da0a35bb Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 28 Oct 1995 18:51:33 +0000 Subject: Import GNU diffutils 2.7 Note, this is going to be messy.. 2.3 was vendor-branch imported, while 2.6 was done as a delta. Sigh. I'm importing this on a vendor branch so that it will be easier to deal with next time.. (cvs-1.6 wants rcs-5.7, and rcs-5.7 suggests diffutils-2.7) --- gnu/usr.bin/diff/version.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu/usr.bin/diff/version.c') diff --git a/gnu/usr.bin/diff/version.c b/gnu/usr.bin/diff/version.c index cb9d3b9..0299397 100644 --- a/gnu/usr.bin/diff/version.c +++ b/gnu/usr.bin/diff/version.c @@ -1,3 +1,5 @@ /* Version number of GNU diff. */ -char *version_string = "2.3"; +#include + +char const version_string[] = "2.7"; -- cgit v1.1