the trunk now carries the revision 1.0A (i.e. the first revision after

1.0), because the release branch is 1.0, and when the trunk again becomes
-current, it's 1.0A.
This commit is contained in:
cgd 1994-07-10 22:26:30 +00:00
parent 6c8668d7b7
commit 2e82a93f57
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: newvers.sh,v 1.16 1994/06/29 06:30:49 cgd Exp $
# $NetBSD: newvers.sh,v 1.17 1994/07/10 22:26:35 cgd Exp $
#
# Copyright (c) 1984, 1986, 1990, 1993
# The Regents of the University of California. All rights reserved.
@ -45,7 +45,7 @@ v=`cat version` u=${USER-root} d=`pwd` h=`hostname` t=`date`
id=`basename ${d}`
ost="NetBSD"
osr="0.9C"
osr="1.0A"
echo "char ostype[] = \"${ost}\";" > vers.c
echo "char osrelease[] = \"${osr}\";" >> vers.c

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.14 1994/06/29 06:44:49 cgd Exp $ */
/* $NetBSD: param.h,v 1.15 1994/07/10 22:26:30 cgd Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -44,8 +44,8 @@
#define BSD4_3 1
#define BSD4_4 1
#define NetBSD 1993070 /* NetBSD version (year, month, release) */
#define NetBSD0_9 3 /* NetBSD 0.9C */
#define NetBSD 1994070 /* NetBSD version (year, month, release) */
#define NetBSD1_0 2 /* NetBSD 1.0A */
#ifndef NULL
#define NULL 0