diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-07 22:41:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-07 22:41:38 +0000 |
commit | 40bfa1f3b5f811802f893ccec2095cc0fd1914ec (patch) | |
tree | b59cb4404d80d14abf88c55cb092376267038add | |
parent | 224d6e3c627f33afc885a65bafa4dd68916514ad (diff) |
moving towards 2.3 now
-rw-r--r-- | sys/conf/newvers.sh | 4 | ||||
-rw-r--r-- | sys/sys/param.h | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 6759c59e514..317ef393609 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: newvers.sh,v 1.8 1997/10/01 21:53:35 deraadt Exp $ +# $OpenBSD: newvers.sh,v 1.9 1998/03/07 22:41:32 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.2" +osr="2.3" echo "char ostype[] = \"${ost}\";" > vers.c echo "char osrelease[] = \"${osr}\";" >> vers.c diff --git a/sys/sys/param.h b/sys/sys/param.h index 542db7e6ded..ba84d44a3db 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.18 1997/11/06 05:59:10 csapuntz Exp $ */ +/* $OpenBSD: param.h,v 1.19 1998/03/07 22:41:37 deraadt Exp $ */ /* $NetBSD: param.h,v 1.23 1996/03/17 01:02:29 thorpej Exp $ */ /*- @@ -45,8 +45,8 @@ #define BSD4_3 1 #define BSD4_4 1 -#define OpenBSD 199711 /* OpenBSD version (year & month). */ -#define OpenBSD2_2 1 /* OpenBSD 2.2 */ +#define OpenBSD 199806 /* OpenBSD version (year & month). */ +#define OpenBSD2_3 1 /* OpenBSD 2.3 */ #ifndef NULL #define NULL 0 |