Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Bump version to 1.6N; extensible malloc types.
details: https://anonhg.NetBSD.org/src/rev/6b1f256f4a83
branches: trunk
changeset: 542536:6b1f256f4a83
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Feb 01 06:26:30 2003 +0000
description:
Bump version to 1.6N; extensible malloc types.
diffstat:
sys/conf/osrelease.sh | 4 ++--
sys/sys/param.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (38 lines):
diff -r 41438970729a -r 6b1f256f4a83 sys/conf/osrelease.sh
--- a/sys/conf/osrelease.sh Sat Feb 01 06:23:35 2003 +0000
+++ b/sys/conf/osrelease.sh Sat Feb 01 06:26:30 2003 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: osrelease.sh,v 1.89 2003/01/18 10:09:04 thorpej Exp $
+# $NetBSD: osrelease.sh,v 1.90 2003/02/01 06:26:30 thorpej Exp $
#
# Copyright (c) 1997 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -42,7 +42,7 @@
# sys/sys/param.h: __NetBSD_Version__
# share/tmac/doc-common: ds oS
#
-release=1.6M
+release=1.6N
case $1 in
-s)
diff -r 41438970729a -r 6b1f256f4a83 sys/sys/param.h
--- a/sys/sys/param.h Sat Feb 01 06:23:35 2003 +0000
+++ b/sys/sys/param.h Sat Feb 01 06:26:30 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.158 2003/02/01 06:23:50 thorpej Exp $ */
+/* $NetBSD: param.h,v 1.159 2003/02/01 06:26:30 thorpej Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* Don't forget to change conf/osrelease.sh too.
*/
-#define __NetBSD_Version__ 106130000 /* NetBSD 1.6M */
+#define __NetBSD_Version__ 106140000 /* NetBSD 1.6N */
/*
* Historical NetBSD #define
Home |
Main Index |
Thread Index |
Old Index