Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys bump kernel version to 1.5M - changes to make emulation ...
details: https://anonhg.NetBSD.org/src/rev/60ac54edd7bb
branches: trunk
changeset: 500249:60ac54edd7bb
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Fri Dec 08 23:11:40 2000 +0000
description:
bump kernel version to 1.5M - changes to make emulation & their binary exec
format support loadable via LKM
diffstat:
sys/conf/osrelease.sh | 4 ++--
sys/sys/param.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (38 lines):
diff -r f6d1dcbf6455 -r 60ac54edd7bb sys/conf/osrelease.sh
--- a/sys/conf/osrelease.sh Fri Dec 08 23:08:35 2000 +0000
+++ b/sys/conf/osrelease.sh Fri Dec 08 23:11:40 2000 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: osrelease.sh,v 1.58 2000/11/27 09:43:50 chs Exp $
+# $NetBSD: osrelease.sh,v 1.59 2000/12/08 23:11:40 jdolecek 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.5L
+release=1.5M
case $1 in
-s)
diff -r f6d1dcbf6455 -r 60ac54edd7bb sys/sys/param.h
--- a/sys/sys/param.h Fri Dec 08 23:08:35 2000 +0000
+++ b/sys/sys/param.h Fri Dec 08 23:11:40 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.113 2000/11/27 09:43:49 chs Exp $ */
+/* $NetBSD: param.h,v 1.114 2000/12/08 23:11:40 jdolecek Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -65,7 +65,7 @@
*
*/
-#define __NetBSD_Version__ 105120000 /* NetBSD 1.5L */
+#define __NetBSD_Version__ 105130000 /* NetBSD 1.5L */
/*
* Historical NetBSD #define
Home |
Main Index |
Thread Index |
Old Index