Module Name:    src
Committed By:   snj
Date:           Sun Nov  8 22:55:25 UTC 2009

Modified Files:
        src/usr.bin/gzip [netbsd-5]: gzip.c

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1131):
        usr.bin/gzip/gzip.c: revision 1.97
update version to today.


To generate a diff of this commit:
cvs rdiff -u -r1.93.4.2 -r1.93.4.3 src/usr.bin/gzip/gzip.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/gzip/gzip.c
diff -u src/usr.bin/gzip/gzip.c:1.93.4.2 src/usr.bin/gzip/gzip.c:1.93.4.3
--- src/usr.bin/gzip/gzip.c:1.93.4.2	Sun Nov  8 22:54:25 2009
+++ src/usr.bin/gzip/gzip.c	Sun Nov  8 22:55:24 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: gzip.c,v 1.93.4.2 2009/11/08 22:54:25 snj Exp $	*/
+/*	$NetBSD: gzip.c,v 1.93.4.3 2009/11/08 22:55:24 snj Exp $	*/
 
 /*
  * Copyright (c) 1997, 1998, 2003, 2004, 2006 Matthew R. Green
@@ -30,7 +30,7 @@
 #ifndef lint
 __COPYRIGHT("@(#) Copyright (c) 1997, 1998, 2003, 2004, 2006\
  Matthew R. Green.  All rights reserved.");
-__RCSID("$NetBSD: gzip.c,v 1.93.4.2 2009/11/08 22:54:25 snj Exp $");
+__RCSID("$NetBSD: gzip.c,v 1.93.4.3 2009/11/08 22:55:24 snj Exp $");
 #endif /* not lint */
 
 /*
@@ -148,7 +148,7 @@
 #define NUM_SUFFIXES (sizeof suffixes / sizeof suffixes[0])
 #define SUFFIX_MAXLEN	30
 
-static	const char	gzip_version[] = "NetBSD gzip 20060927";
+static	const char	gzip_version[] = "NetBSD gzip 20091011";
 
 static	int	cflag;			/* stdout mode */
 static	int	dflag;			/* decompress mode */

Reply via email to