Bump RELDATE in -current to be greater than RELDATE in -stable (and hence

2.1.5-RELEASE).  This will obviously be set "for real" closer to the time.

(some ports use this to differentiate the two branches /dev/kmem kernel
architectures.  This exact same procedure happened in November last year
for the 2.1 RELEASE as well.)
This commit is contained in:
Peter Wemm 1996-07-12 11:21:57 +00:00
parent 10712e5198
commit 260afbaa5d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17127

View file

@ -32,7 +32,7 @@
# SUCH DAMAGE.
#
# @(#)newvers.sh 8.1 (Berkeley) 4/20/94
# $Id: newvers.sh,v 1.21 1995/10/23 18:51:29 ache Exp $
# $Id: newvers.sh,v 1.22 1995/11/10 21:52:59 joerg Exp $
TYPE="FreeBSD"
REVISION="2.2"
@ -44,7 +44,7 @@ if [ "X${SNAPDATE}" != "X" ]; then
fi
VERSION="${TYPE} ${RELEASE}"
RELDATE="199512"
RELDATE="199608"
LC_TIME=; export LC_TIME
if [ ! -r version ]