Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys 1.4W -- new callout code. Almost there!
details: https://anonhg.NetBSD.org/src/rev/0291c5311afc
branches: trunk
changeset: 484018:0291c5311afc
user: thorpej <thorpej%NetBSD.org@localhost>
date: Thu Mar 23 07:04:42 2000 +0000
description:
1.4W -- new callout code. Almost there!
diffstat:
sys/conf/osrelease.sh | 4 ++--
sys/sys/param.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (38 lines):
diff -r 35a6258e97cc -r 0291c5311afc sys/conf/osrelease.sh
--- a/sys/conf/osrelease.sh Thu Mar 23 07:01:25 2000 +0000
+++ b/sys/conf/osrelease.sh Thu Mar 23 07:04:42 2000 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: osrelease.sh,v 1.37 2000/03/16 18:32:23 jdolecek Exp $
+# $NetBSD: osrelease.sh,v 1.38 2000/03/23 07:04:42 thorpej Exp $
#
# Copyright (c) 1997 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -38,7 +38,7 @@
#
# Release number to use
-release=1.4V
+release=1.4W
case $1 in
diff -r 35a6258e97cc -r 0291c5311afc sys/sys/param.h
--- a/sys/sys/param.h Thu Mar 23 07:01:25 2000 +0000
+++ b/sys/sys/param.h Thu Mar 23 07:04:42 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.89 2000/03/16 18:32:24 jdolecek Exp $ */
+/* $NetBSD: param.h,v 1.90 2000/03/23 07:05:09 thorpej Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -65,7 +65,7 @@
*
*/
-#define __NetBSD_Version__ 104220000 /* NetBSD 1.4V */
+#define __NetBSD_Version__ 104230000 /* NetBSD 1.4W */
/*
* Historical NetBSD #define
Home |
Main Index |
Thread Index |
Old Index