Bump the OSRELDATE to 199508. Too many things have changed since

2.0.5, most notably the NFSv3 kernel support.

Reviewed by:	the mailing lists
This commit is contained in:
Joerg Wunsch 1995-08-26 06:47:52 +00:00
parent c4e9518794
commit e3553e7bcd
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
# SUCH DAMAGE.
#
# @(#)newvers.sh 8.1 (Berkeley) 4/20/94
# $Id: newvers.sh,v 1.17 1995/07/13 10:54:23 rgrimes Exp $
# $Id: newvers.sh,v 1.18 1995/07/29 18:42:29 rgrimes Exp $
TYPE="FreeBSD"
REVISION="2.2"
@ -44,7 +44,7 @@ if [ "X${SNAPDATE}" != "X" ]; then
fi
VERSION="${TYPE} ${RELEASE}"
RELDATE="199504"
RELDATE="199508"
if [ ! -r version ]
then