Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/aa3dbd1c1cd6
branches:  netbsd-1-5
changeset: 493095:aa3dbd1c1cd6
user:      he <he%NetBSD.org@localhost>
date:      Fri Apr 26 23:13:39 2002 +0000

description:
Apply patch (requested by he):
  Backpedal to 1.5.3_RC2; too much churn on the branch.

diffstat:

 sys/conf/osrelease.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r adb3b9215276 -r aa3dbd1c1cd6 sys/conf/osrelease.sh
--- a/sys/conf/osrelease.sh     Fri Apr 26 22:45:10 2002 +0000
+++ b/sys/conf/osrelease.sh     Fri Apr 26 23:13:39 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: osrelease.sh,v 1.46.2.14 2002/04/03 21:30:22 he Exp $
+#      $NetBSD: osrelease.sh,v 1.46.2.15 2002/04/26 23:13:39 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.3
+release=1.5.3_RC2
 
 
 case $1 in



Home | Main Index | Thread Index | Old Index