diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-15 21:36:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-15 21:36:25 +0000 |
commit | f518f84c22455a0a89efa373b1c273d6d3044e6f (patch) | |
tree | c10cb5bc9640d862ae2fe2d067a376e82d037b97 /sys/conf | |
parent | e6e0211505962eb3066f947f8c6b67690663f3ff (diff) |
hello 2.4
Diffstat (limited to 'sys/conf')
-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 317ef393609..9ccf018bc9e 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: newvers.sh,v 1.9 1998/03/07 22:41:32 deraadt Exp $ +# $OpenBSD: newvers.sh,v 1.10 1998/09/15 21:36:23 deraadt Exp $ # $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $ # # Copyright (c) 1984, 1986, 1990, 1993 @@ -46,7 +46,7 @@ v=`cat version` u=${USER-root} d=`pwd` h=`hostname` t=`date` id=`basename ${d}` ost="OpenBSD" -osr="2.3" +osr="2.4" echo "char ostype[] = \"${ost}\";" > vers.c echo "char osrelease[] = \"${osr}\";" >> vers.c |