Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/gzip update version to today.



details:   https://anonhg.NetBSD.org/src/rev/03357062ba2b
branches:  trunk
changeset: 748044:03357062ba2b
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Oct 11 09:17:21 2009 +0000

description:
update version to today.

diffstat:

 usr.bin/gzip/gzip.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 62d38562a081 -r 03357062ba2b usr.bin/gzip/gzip.c
--- a/usr.bin/gzip/gzip.c       Sun Oct 11 08:57:54 2009 +0000
+++ b/usr.bin/gzip/gzip.c       Sun Oct 11 09:17:21 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gzip.c,v 1.96 2009/10/11 07:09:39 mrg Exp $    */
+/*     $NetBSD: gzip.c,v 1.97 2009/10/11 09:17:21 mrg 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.96 2009/10/11 07:09:39 mrg Exp $");
+__RCSID("$NetBSD: gzip.c,v 1.97 2009/10/11 09:17:21 mrg 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 */



Home | Main Index | Thread Index | Old Index