diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-11-08 21:24:57 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-11-08 21:24:57 +0000 |
| commit | d216e1f6de8c4ada202866bfe7ab788a4a139b9c (patch) | |
| tree | 015f71f7e322d3b7eaf4bf6ab2ab0b35334c9002 | |
| parent | f4856526c75b2c41c79507c179357bc902687282 (diff) | |
Notes
| -rw-r--r-- | sys/conf/newvers.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index ca88f654f4f3..ea13c38b5b68 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.0-ALPHA\";" >> vers.c +echo "int osreldate = 199411;" >> 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.0-ALPHA #${v}: ${t}\\n ${u}@${h}:${d}\\n\";" >>vers.c echo `expr ${v} + 1` > version |
