diff options
-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 6cd2f11af3d..6759c59e514 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: newvers.sh,v 1.7 1997/04/28 10:38:59 downsj Exp $ +# $OpenBSD: newvers.sh,v 1.8 1997/10/01 21:53:35 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.1" +osr="2.2" 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 98d9f026fa7..a7d227ee2da 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.14 1997/09/11 16:09:57 kstailey Exp $ */ +/* $OpenBSD: param.h,v 1.15 1997/10/01 21:53:36 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 199706 /* OpenBSD version (year & month). */ -#define OpenBSD2_1 1 /* OpenBSD 2.1 */ +#define OpenBSD 199711 /* OpenBSD version (year & month). */ +#define OpenBSD2_2 1 /* OpenBSD 2.2 */ #ifndef NULL #define NULL 0 |