Bump version to NetBSD 1.2F.

This commit is contained in:
thorpej 1997-06-07 00:57:33 +00:00
parent bdb6d3716b
commit 239ce2aa34
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: osrelease.sh,v 1.1 1997/05/10 15:40:10 lukem Exp $
# $NetBSD: osrelease.sh,v 1.2 1997/06/07 00:58:29 thorpej Exp $
#
# Copyright (c) 1997 The NetBSD Foundation, Inc.
# All rights reserved.
@ -38,7 +38,7 @@
#
# Release number to use
release=1.2E
release=1.2F
case $1 in

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.35 1997/05/08 11:40:23 mycroft Exp $ */
/* $NetBSD: param.h,v 1.36 1997/06/07 00:57:33 thorpej Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -47,8 +47,8 @@
#define BSD4_3 1
#define BSD4_4 1
#define NetBSD 199705 /* NetBSD version (year & month). */
#define NetBSD1_2 6 /* NetBSD 1.2E */
#define NetBSD 199706 /* NetBSD version (year & month). */
#define NetBSD1_2 7 /* NetBSD 1.2F */
#ifndef NULL
#define NULL 0