diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-23 06:14:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-23 06:14:45 +0000 |
commit | cb98049da062fc5f50adbba8ded07dc78f3306ab (patch) | |
tree | 263aeff8cc1dd0c24eb16dfcf0deed7b52cf9130 /sys/conf | |
parent | 742fce466c35dcd9ad3ccf7c4c6cc26b0535d0e7 (diff) |
OpenBSD
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 ee8fe1640da..cb8941518b6 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -44,8 +44,8 @@ touch version v=`cat version` u=${USER-root} d=`pwd` h=`hostname` t=`date` id=`basename ${d}` -ost="NetBSD" -osr="1.1_ALPHA" +ost="OpenBSD" +osr="1.2" echo "char ostype[] = \"${ost}\";" > vers.c echo "char osrelease[] = \"${osr}\";" >> vers.c |