diff options
author | asami <asami@FreeBSD.org> | 1996-11-15 09:19:22 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-15 09:19:22 +0000 |
commit | 2d01bd1cba6a224494faa2463c2dffb7780b9d0a (patch) | |
tree | ddcd6a173f8235f18830eb18fe4b69becc08e135 /sys | |
parent | ce4c73605555cc4ef72ee02c5b3184a3a229be83 (diff) | |
download | FreeBSD-src-2d01bd1cba6a224494faa2463c2dffb7780b9d0a.zip FreeBSD-src-2d01bd1cba6a224494faa2463c2dffb7780b9d0a.tar.gz |
I'm not going to whine to Jordan anymore, since he seems to be busy with
the other two trees. Bump RELDATE to Feb 1997, one greater than 2.2.
Now I can go update my porting.sgml.
NOT a 2.2 candidate, in case phk's wondering. :)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/newvers.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 1aa8417..7697de2 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.26 1996/10/11 14:35:10 jkh Exp $ +# $Id: newvers.sh,v 1.27 1996/11/03 12:04:05 phk Exp $ TYPE="FreeBSD" REVISION="3.0" @@ -44,7 +44,7 @@ if [ "X${SNAPDATE}" != "X" ]; then fi VERSION="${TYPE} ${RELEASE}" -RELDATE="199701" +RELDATE="199702" b=share/examples/etc/bsd-style-copyright year=`date '+%Y'` |