summaryrefslogtreecommitdiffstats
path: root/sys/conf/newvers.sh
diff options
context:
space:
mode:
authorsef <sef@FreeBSD.org>1994-09-28 18:26:02 +0000
committersef <sef@FreeBSD.org>1994-09-28 18:26:02 +0000
commite13a0afdfdc7e7ad239ff932e907976365c0145c (patch)
tree82c35225bacc29111cb4574606297a735bdc001f /sys/conf/newvers.sh
parent8b9944a4b290ef204be95433d4ad5411b95c9bc9 (diff)
downloadFreeBSD-src-e13a0afdfdc7e7ad239ff932e907976365c0145c.zip
FreeBSD-src-e13a0afdfdc7e7ad239ff932e907976365c0145c.tar.gz
Get rid of parentheses in version stuff. Use 2.0.0-Development instead.
Diffstat (limited to 'sys/conf/newvers.sh')
-rw-r--r--sys/conf/newvers.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index adc2a27..9ac57dd 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.3 1994/08/02 07:38:27 davidg Exp $
+# $Id: newvers.sh,v 1.4 1994/08/10 06:24:57 wollman Exp $
if [ ! -r version ]
then
@@ -42,9 +42,9 @@ fi
touch version
v=`cat version` u=${USER-root} d=`pwd` h=`hostname` t=`date`
echo "char ostype[] = \"FreeBSD\";" > vers.c
-echo "char osrelease[] = \"2.0.0 (Development)\";" >> vers.c
+echo "char osrelease[] = \"2.0.0-Development\";" >> vers.c
echo "int osreldate = 199409;" >> vers.c
echo "char sccs[4] = { '@', '(', '#', ')' };" >>vers.c
-echo "char version[] = \"FreeBSD 2.0.0 (Development) #${v}: ${t}\\n ${u}@${h}:${d}\\n\";" >>vers.c
+echo "char version[] = \"FreeBSD 2.0.0-Development #${v}: ${t}\\n ${u}@${h}:${d}\\n\";" >>vers.c
echo `expr ${v} + 1` > version
OpenPOWER on IntegriCloud