Major kernel interface change (vfsops/vfs_attach()/vfs_detach()); bump

version to 1.3D.
This commit is contained in:
thorpej 1998-02-18 07:19:23 +00:00
parent 19024ae2fb
commit 440541c02f
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: osrelease.sh,v 1.7 1998/02/04 05:35:52 thorpej Exp $
# $NetBSD: osrelease.sh,v 1.8 1998/02/18 07:19:23 thorpej Exp $
#
# Copyright (c) 1997 The NetBSD Foundation, Inc.
# All rights reserved.
@ -38,7 +38,7 @@
#
# Release number to use
release=1.3C
release=1.3D
case $1 in

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.44 1998/02/11 18:56:59 perry Exp $ */
/* $NetBSD: param.h,v 1.45 1998/02/18 07:19:23 thorpej Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -65,15 +65,15 @@
*
*/
#define __NetBSD_Version__ 103030000 /* NetBSD 1.3C */
#define __NetBSD_Version__ 103040000 /* NetBSD 1.3D */
/*
* Historical NetBSD #defines -- new code should use
* __NetBSD_Version__ instead.
*/
#define NetBSD 199803 /* NetBSD version (year & month). */
#define NetBSD1_3 4 /* NetBSD 1.3C */
#define NetBSD 199804 /* NetBSD version (year & month). */
#define NetBSD1_3 5 /* NetBSD 1.3D */
#ifndef NULL
#define NULL 0