Source-Changes-HG archive

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

[src/netbsd-1-6]: src Update to 1.6.1_RC2



details:   https://anonhg.NetBSD.org/src/rev/dc096fc1814d
branches:  netbsd-1-6
changeset: 530149:dc096fc1814d
user:      jmc <jmc%NetBSD.org@localhost>
date:      Sat Feb 15 16:58:44 2003 +0000

description:
Update to 1.6.1_RC2

diffstat:

 share/tmac/doc-common |  4 ++--
 sys/conf/osrelease.sh |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r 757b5a6ae808 -r dc096fc1814d share/tmac/doc-common
--- a/share/tmac/doc-common     Sat Feb 15 16:53:15 2003 +0000
+++ b/share/tmac/doc-common     Sat Feb 15 16:58:44 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: doc-common,v 1.53.2.10 2003/01/28 08:45:17 jmc Exp $
+.\"    $NetBSD: doc-common,v 1.53.2.11 2003/02/15 16:58:44 jmc Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -246,7 +246,7 @@
 .de Os
 .ds oS Null
 .if "\\$1"" \{\
-.      ds oS NetBSD 1.6.1_RC1
+.      ds oS NetBSD 1.6.1_RC2
 .\}
 .if "\\$2"" \{\
 .      ds aa Non-Null
diff -r 757b5a6ae808 -r dc096fc1814d sys/conf/osrelease.sh
--- a/sys/conf/osrelease.sh     Sat Feb 15 16:53:15 2003 +0000
+++ b/sys/conf/osrelease.sh     Sat Feb 15 16:58:44 2003 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: osrelease.sh,v 1.75.6.12 2003/01/28 08:45:16 jmc Exp $
+#      $NetBSD: osrelease.sh,v 1.75.6.13 2003/02/15 16:58:44 jmc Exp $
 #
 # Copyright (c) 1997 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -42,7 +42,7 @@
 #      sys/sys/param.h:        __NetBSD_Version__
 #      share/tmac/doc-common:  ds oS
 #
-release=1.6.1_RC1
+release=1.6.1_RC2
 
 case $1 in
 -s)



Home | Main Index | Thread Index | Old Index