Source-Changes-HG archive

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

[src/netbsd-1-5]: src Apply patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/cacdd9bd5ed6
branches:  netbsd-1-5
changeset: 491881:cacdd9bd5ed6
user:      he <he%NetBSD.org@localhost>
date:      Mon Jun 11 19:11:31 2001 +0000

description:
Apply patch (requested by he):
  Mark this as NetBSD 1.5.1.

diffstat:

 gnu/usr.bin/send-pr/Makefile |  4 ++--
 sys/conf/osrelease.sh        |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r e867a901e3c2 -r cacdd9bd5ed6 gnu/usr.bin/send-pr/Makefile
--- a/gnu/usr.bin/send-pr/Makefile      Sun Jun 10 19:48:27 2001 +0000
+++ b/gnu/usr.bin/send-pr/Makefile      Mon Jun 11 19:11:31 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.25 2000/01/23 22:21:26 mycroft Exp $
+#      $NetBSD: Makefile,v 1.25.2.1 2001/06/11 19:11:31 he Exp $
 
 .include <bsd.own.mk>
 
@@ -22,7 +22,7 @@
 GNATS_ADDR = gnats-bugs%gnats.netbsd.org@localhost
 
 # The default release for this send-pr.
-DEFAULT_RELEASE = <NetBSD-current source date>
+DEFAULT_RELEASE = NetBSD 1.5.1
 
 # The default organization for this send-pr.
 DEFAULT_ORGANIZATION =
diff -r e867a901e3c2 -r cacdd9bd5ed6 sys/conf/osrelease.sh
--- a/sys/conf/osrelease.sh     Sun Jun 10 19:48:27 2001 +0000
+++ b/sys/conf/osrelease.sh     Mon Jun 11 19:11:31 2001 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: osrelease.sh,v 1.46.2.8 2001/05/09 22:50:18 he Exp $
+#      $NetBSD: osrelease.sh,v 1.46.2.9 2001/06/11 19:11:31 he Exp $
 #
 # Copyright (c) 1997 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -39,7 +39,7 @@
 
 # Release number to use
 # Also check __NetBSD_Version__ in sys/sys/param.h if you change this!
-release=1.5.1_BETA2
+release=1.5.1
 
 
 case $1 in



Home | Main Index | Thread Index | Old Index