Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys We made it to 1.4Z, woo! My scheduler hacking, Simon's ...
details: https://anonhg.NetBSD.org/src/rev/c709098587f1
branches: trunk
changeset: 486618:c709098587f1
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri May 26 21:31:00 2000 +0000
description:
We made it to 1.4Z, woo! My scheduler hacking, Simon's sysctl proc
stuff.
diffstat:
sys/conf/osrelease.sh | 4 ++--
sys/sys/param.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (38 lines):
diff -r eb0cb1b2b0f3 -r c709098587f1 sys/conf/osrelease.sh
--- a/sys/conf/osrelease.sh Fri May 26 21:19:19 2000 +0000
+++ b/sys/conf/osrelease.sh Fri May 26 21:31:00 2000 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: osrelease.sh,v 1.41 2000/05/05 01:13:07 hubertf Exp $
+# $NetBSD: osrelease.sh,v 1.42 2000/05/26 21:31:02 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.4Y
+release=1.4Z
case $1 in
diff -r eb0cb1b2b0f3 -r c709098587f1 sys/sys/param.h
--- a/sys/sys/param.h Fri May 26 21:19:19 2000 +0000
+++ b/sys/sys/param.h Fri May 26 21:31:00 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.92 2000/05/04 20:18:32 ragge Exp $ */
+/* $NetBSD: param.h,v 1.93 2000/05/26 21:31:00 thorpej Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -65,7 +65,7 @@
*
*/
-#define __NetBSD_Version__ 104250000 /* NetBSD 1.4Y */
+#define __NetBSD_Version__ 104260000 /* NetBSD 1.4Z */
/*
* Historical NetBSD #define
Home |
Main Index |
Thread Index |
Old Index