Source-Changes-HG archive

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

[src/netbsd-1-6]: src Change the version of the netbsd-1-6 branch from "1.6" ...



details:   https://anonhg.NetBSD.org/src/rev/5a6a197ec342
branches:  netbsd-1-6
changeset: 529095:5a6a197ec342
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Sep 30 11:02:38 2002 +0000

description:
Change the version of the netbsd-1-6 branch from "1.6" to "1.6_STABLE".
(We won't change this to "1.6.1_BETA1" until we start the 1.6.1 release cycle.)

diffstat:

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

diffs (38 lines):

diff -r a61cc9fd5555 -r 5a6a197ec342 share/tmac/doc-common
--- a/share/tmac/doc-common     Thu Sep 26 11:34:17 2002 +0000
+++ b/share/tmac/doc-common     Mon Sep 30 11:02:38 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: doc-common,v 1.53.2.8 2002/09/07 08:03:53 lukem Exp $
+.\"    $NetBSD: doc-common,v 1.53.2.9 2002/09/30 11:02:38 lukem 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
+.      ds oS NetBSD 1.6_STABLE
 .\}
 .if "\\$2"" \{\
 .      ds aa Non-Null
diff -r a61cc9fd5555 -r 5a6a197ec342 sys/conf/osrelease.sh
--- a/sys/conf/osrelease.sh     Thu Sep 26 11:34:17 2002 +0000
+++ b/sys/conf/osrelease.sh     Mon Sep 30 11:02:38 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: osrelease.sh,v 1.75.6.10 2002/09/07 08:03:50 lukem Exp $
+#      $NetBSD: osrelease.sh,v 1.75.6.11 2002/09/30 11:02:39 lukem 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
+release=1.6_STABLE
 
 case $1 in
 -s)



Home | Main Index | Thread Index | Old Index