From ddae6790a3939dc0347041458d5dacb3bbbd5a85 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Fri, 10 Nov 1995 21:52:59 +0000 Subject: [PATCH] Bump RELDATE to one more than the RELENG_2_1_0 branch, so one could distinguish this from the version containing the NFSv3 code. --- sys/conf/newvers.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 1950fc31983..21f67c0f75d 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -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 ]