aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/newvers.sh
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1994-11-08 21:28:34 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1994-11-08 21:28:34 +0000
commitcf268280d397d50aa096531c63caff60126ae0e2 (patch)
tree8cc5ece24397b0d2982cc6d638777f23869a6936 /sys/conf/newvers.sh
parent55cfde82979609486a09221f7c270c5141b08fe6 (diff)
downloadsrc-cf268280d397d50aa096531c63caff60126ae0e2.tar.gz
src-cf268280d397d50aa096531c63caff60126ae0e2.zip
And the tree is 2.1.0-Development, have fun guys... Who breaks it first ?
Notes
Notes: svn path=/head/; revision=4315
Diffstat (limited to 'sys/conf/newvers.sh')
-rw-r--r--sys/conf/newvers.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index ca88f654f4f3..bbaf2c5ed1db 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.5 1994/09/28 18:26:02 sef Exp $
+# $Id: newvers.sh,v 1.6 1994/10/18 01:50:21 phk 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.1-Development\";" >> vers.c
-echo "int osreldate = 199410;" >> vers.c
+echo "char osrelease[] = \"2.1.0-Development\";" >> vers.c
+echo "int osreldate = 199412;" >> vers.c
echo "char sccs[4] = { '@', '(', '#', ')' };" >>vers.c
-echo "char version[] = \"FreeBSD 2.0.1-Development #${v}: ${t}\\n ${u}@${h}:${d}\\n\";" >>vers.c
+echo "char version[] = \"FreeBSD 2.1.0-Development #${v}: ${t}\\n ${u}@${h}:${d}\\n\";" >>vers.c
echo `expr ${v} + 1` > version