Bump RELDATE to one more than the RELENG_2_1_0 branch, so one could

distinguish this from the version containing the NFSv3 code.
This commit is contained in:
Joerg Wunsch 1995-11-10 21:52:59 +00:00
parent 2646609bb7
commit ddae6790a3
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.20 1995/08/29 16:08:27 ache Exp $
# $Id: newvers.sh,v 1.21 1995/10/23 18:51:29 ache Exp $
TYPE="FreeBSD"
REVISION="2.2"
@ -44,7 +44,7 @@ if [ "X${SNAPDATE}" != "X" ]; then
fi
VERSION="${TYPE} ${RELEASE}"
RELDATE="199508"
RELDATE="199512"
LC_TIME=; export LC_TIME
if [ ! -r version ]