Bumk to 1.5K -- pfil changes.
This commit is contained in:
parent
65fd25ea82
commit
d44ee5cf6e
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $NetBSD: osrelease.sh,v 1.56 2000/11/08 14:53:23 ad Exp $
|
||||
# $NetBSD: osrelease.sh,v 1.57 2000/11/11 00:53:25 thorpej 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.5J
|
||||
release=1.5K
|
||||
|
||||
case $1 in
|
||||
-s)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: param.h,v 1.110 2000/11/08 14:53:23 ad Exp $ */
|
||||
/* $NetBSD: param.h,v 1.111 2000/11/11 00:53:24 thorpej Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1982, 1986, 1989, 1993
|
||||
|
@ -65,7 +65,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#define __NetBSD_Version__ 105100000 /* NetBSD 1.5J */
|
||||
#define __NetBSD_Version__ 105110000 /* NetBSD 1.5K */
|
||||
|
||||
/*
|
||||
* Historical NetBSD #define
|
||||
|
|
Loading…
Reference in New Issue