Source-Changes-HG archive

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

[src/trunk]: src/sys 1.5L - UBC!



details:   https://anonhg.NetBSD.org/src/rev/117513ca0c1c
branches:  trunk
changeset: 499705:117513ca0c1c
user:      chs <chs%NetBSD.org@localhost>
date:      Mon Nov 27 09:43:49 2000 +0000

description:
1.5L - UBC!

diffstat:

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

diffs (38 lines):

diff -r 0de7b43926d1 -r 117513ca0c1c sys/conf/osrelease.sh
--- a/sys/conf/osrelease.sh     Mon Nov 27 09:04:59 2000 +0000
+++ b/sys/conf/osrelease.sh     Mon Nov 27 09:43:49 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: osrelease.sh,v 1.57 2000/11/11 00:53:25 thorpej Exp $
+#      $NetBSD: osrelease.sh,v 1.58 2000/11/27 09:43:50 chs 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.5K
+release=1.5L
 
 case $1 in
 -s)
diff -r 0de7b43926d1 -r 117513ca0c1c sys/sys/param.h
--- a/sys/sys/param.h   Mon Nov 27 09:04:59 2000 +0000
+++ b/sys/sys/param.h   Mon Nov 27 09:43:49 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.112 2000/11/27 08:39:52 chs Exp $  */
+/*     $NetBSD: param.h,v 1.113 2000/11/27 09:43:49 chs Exp $  */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -65,7 +65,7 @@
  *
  */
 
-#define __NetBSD_Version__  105110000  /* NetBSD 1.5K */
+#define __NetBSD_Version__  105120000  /* NetBSD 1.5L */
 
 /*
  * Historical NetBSD #define



Home | Main Index | Thread Index | Old Index