Source-Changes-HG archive

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

[src/trunk]: src/sys 1.4ZB -- ltsleep().



details:   https://anonhg.NetBSD.org/src/rev/a085b41dbc9f
branches:  trunk
changeset: 487465:a085b41dbc9f
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Jun 08 05:53:34 2000 +0000

description:
1.4ZB -- ltsleep().

diffstat:

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

diffs (38 lines):

diff -r 995ccd7d3a50 -r a085b41dbc9f sys/conf/osrelease.sh
--- a/sys/conf/osrelease.sh     Thu Jun 08 05:52:34 2000 +0000
+++ b/sys/conf/osrelease.sh     Thu Jun 08 05:53:34 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: osrelease.sh,v 1.43 2000/06/04 19:17:27 cgd Exp $
+#      $NetBSD: osrelease.sh,v 1.44 2000/06/08 05:53:34 thorpej 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.4ZA
+release=1.4ZB
 
 
 case $1 in
diff -r 995ccd7d3a50 -r a085b41dbc9f sys/sys/param.h
--- a/sys/sys/param.h   Thu Jun 08 05:52:34 2000 +0000
+++ b/sys/sys/param.h   Thu Jun 08 05:53:34 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.95 2000/06/08 05:50:39 thorpej Exp $       */
+/*     $NetBSD: param.h,v 1.96 2000/06/08 05:53:34 thorpej Exp $       */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -65,7 +65,7 @@
  *
  */
 
-#define __NetBSD_Version__  104270000  /* NetBSD 1.4ZA */
+#define __NetBSD_Version__  104280000  /* NetBSD 1.4ZB */
 
 /*
  * Historical NetBSD #define



Home | Main Index | Thread Index | Old Index