Bump version to 1.6U, because of PCI attach args changes.

This commit is contained in:
fvdl 2003-06-15 23:11:25 +00:00
parent 7dd7f8baa2
commit 3bc458d7f1
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# $NetBSD: osrelease.sh,v 1.96 2003/05/10 21:12:25 thorpej Exp $ # $NetBSD: osrelease.sh,v 1.97 2003/06/15 23:11:26 fvdl Exp $
# #
# Copyright (c) 1997 The NetBSD Foundation, Inc. # Copyright (c) 1997 The NetBSD Foundation, Inc.
# All rights reserved. # All rights reserved.
@ -42,7 +42,7 @@
# sys/sys/param.h: __NetBSD_Version__ # sys/sys/param.h: __NetBSD_Version__
# share/tmac/doc-common: ds oS # share/tmac/doc-common: ds oS
# #
release=1.6T release=1.6U
case $1 in case $1 in
-s) -s)

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.166 2003/05/10 21:12:24 thorpej Exp $ */ /* $NetBSD: param.h,v 1.167 2003/06/15 23:11:25 fvdl Exp $ */
/*- /*-
* Copyright (c) 1982, 1986, 1989, 1993 * Copyright (c) 1982, 1986, 1989, 1993
@ -67,7 +67,7 @@
* Don't forget to change conf/osrelease.sh too. * Don't forget to change conf/osrelease.sh too.
*/ */
#define __NetBSD_Version__ 106200000 /* NetBSD 1.6T */ #define __NetBSD_Version__ 106210000 /* NetBSD 1.6U */
/* /*
* Historical NetBSD #define * Historical NetBSD #define