We're now at 1.4G due to changes in vnode flags.
This commit is contained in:
parent
a0f2937049
commit
e4cffe98ac
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $NetBSD: osrelease.sh,v 1.21 1999/07/08 18:12:45 thorpej Exp $
|
||||
# $NetBSD: osrelease.sh,v 1.22 1999/07/15 22:00:41 wrstuden Exp $
|
||||
#
|
||||
# Copyright (c) 1997 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
@ -38,7 +38,7 @@
|
||||
#
|
||||
|
||||
# Release number to use
|
||||
release=1.4F
|
||||
release=1.4G
|
||||
|
||||
|
||||
case $1 in
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: param.h,v 1.65 1999/07/12 20:55:32 kleink Exp $ */
|
||||
/* $NetBSD: param.h,v 1.66 1999/07/15 22:00:40 wrstuden Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1982, 1986, 1989, 1993
|
||||
@ -46,7 +46,7 @@
|
||||
/*
|
||||
* Historic BSD #defines -- probably will remain untouched for all time.
|
||||
*/
|
||||
#define BSD 199506 /* System version (year & month). */
|
||||
#define BSD 199507 /* System version (year & month). */
|
||||
#define BSD4_3 1
|
||||
#define BSD4_4 1
|
||||
|
||||
@ -65,7 +65,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define __NetBSD_Version__ 104060000 /* NetBSD 1.4F */
|
||||
#define __NetBSD_Version__ 104070000 /* NetBSD 1.4G */
|
||||
|
||||
/*
|
||||
* Historical NetBSD #define
|
||||
|
Loading…
Reference in New Issue
Block a user