Bump version to 1.6Q - for struct proc and struct pgrp change
This commit is contained in:
parent
5d74e4ddb2
commit
eb1dfe29d9
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $NetBSD: osrelease.sh,v 1.92 2003/02/26 06:31:08 matt Exp $
|
||||
# $NetBSD: osrelease.sh,v 1.93 2003/03/19 11:57:04 dsl 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.6P
|
||||
release=1.6Q
|
||||
|
||||
case $1 in
|
||||
-s)
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: param.h,v 1.161 2003/02/26 06:31:21 matt Exp $ */
|
||||
/* $NetBSD: param.h,v 1.162 2003/03/19 11:57:04 dsl Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1982, 1986, 1989, 1993
|
||||
@ -67,7 +67,7 @@
|
||||
* Don't forget to change conf/osrelease.sh too.
|
||||
*/
|
||||
|
||||
#define __NetBSD_Version__ 106160000 /* NetBSD 1.6O */
|
||||
#define __NetBSD_Version__ 106170000 /* NetBSD 1.6Q */
|
||||
|
||||
/*
|
||||
* Historical NetBSD #define
|
||||
|
Loading…
Reference in New Issue
Block a user