Source-Changes-HG archive

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

[src/trunk]: src/sys bump to 1.5Y: vfs_reinit, massive UVM/UBC/filesystem cha...



details:   https://anonhg.NetBSD.org/src/rev/bc74a7fe46c4
branches:  trunk
changeset: 515013:bc74a7fe46c4
user:      chs <chs%NetBSD.org@localhost>
date:      Sat Sep 15 20:48:27 2001 +0000

description:
bump to 1.5Y: vfs_reinit, massive UVM/UBC/filesystem changes.

diffstat:

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

diffs (38 lines):

diff -r 0668815671d5 -r bc74a7fe46c4 sys/conf/osrelease.sh
--- a/sys/conf/osrelease.sh     Sat Sep 15 20:41:59 2001 +0000
+++ b/sys/conf/osrelease.sh     Sat Sep 15 20:48:27 2001 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: osrelease.sh,v 1.70 2001/07/24 15:40:16 assar Exp $
+#      $NetBSD: osrelease.sh,v 1.71 2001/09/15 20:48:28 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.5X
+release=1.5Y
 
 case $1 in
 -s)
diff -r 0668815671d5 -r bc74a7fe46c4 sys/sys/param.h
--- a/sys/sys/param.h   Sat Sep 15 20:41:59 2001 +0000
+++ b/sys/sys/param.h   Sat Sep 15 20:48:27 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.130 2001/09/15 20:36:41 chs Exp $  */
+/*     $NetBSD: param.h,v 1.131 2001/09/15 20:48:27 chs Exp $  */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  * Don't forget to change conf/osrelease.sh too.
  */
 
-#define        __NetBSD_Version__      105240000       /* NetBSD 1.5X */
+#define        __NetBSD_Version__      105250000       /* NetBSD 1.5Y */
 
 /*
  * Historical NetBSD #define



Home | Main Index | Thread Index | Old Index