mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
It looks like I broke significant amounts of the commercial software running
on FreeBSD (ie: netscape), so we revert a little bit. "2.0-" is added back.
This commit is contained in:
parent
d81fc24bca
commit
6b64b3b143
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8229
1 changed files with 4 additions and 4 deletions
|
@ -32,14 +32,14 @@
|
|||
# SUCH DAMAGE.
|
||||
#
|
||||
# @(#)newvers.sh 8.1 (Berkeley) 4/20/94
|
||||
# $Id: newvers.sh,v 1.14 1995/04/17 10:17:45 gpalmer Exp $
|
||||
# $Id: newvers.sh,v 1.15 1995/04/22 21:39:15 phk Exp $
|
||||
|
||||
TYPE="FreeBSD"
|
||||
RELEASE="CURRENT"
|
||||
RELEASE="2.0-CURRENT"
|
||||
RELDATE="199504"
|
||||
|
||||
if [ "x$RELEASE" = xCURRENT ] ; then
|
||||
RELEASE=`date '+BUILT-%Y%m%d'`
|
||||
if [ "x$RELEASE" = x2.0-CURRENT ] ; then
|
||||
RELEASE=`date '+2.0-BUILT-%Y%m%d'`
|
||||
fi
|
||||
|
||||
DISTNAME=${RELEASE}
|
||||
|
|
Loading…
Reference in a new issue