summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-02-12 23:07:29 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-02-12 23:07:29 +0000
commit0417f317a0c4f24b7954a4465e73ba4d68b323ea (patch)
tree7e01ae511eb624deabc70a62c08a8ca74b94b460 /sys
parent9cf25eef3f26dabc6168f9d812f6c0d70c07d94d (diff)
move to 3.3-beta
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/macppc/stand/tbxidata/bsd.tbxi4
-rw-r--r--sys/conf/newvers.sh6
-rw-r--r--sys/sys/param.h6
3 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/macppc/stand/tbxidata/bsd.tbxi b/sys/arch/macppc/stand/tbxidata/bsd.tbxi
index e272fe3a521..1efaea0823b 100644
--- a/sys/arch/macppc/stand/tbxidata/bsd.tbxi
+++ b/sys/arch/macppc/stand/tbxidata/bsd.tbxi
@@ -1,6 +1,6 @@
<CHRP-BOOT>
<LICENSE>
-/* $OpenBSD: bsd.tbxi,v 1.6 2002/09/10 21:36:57 deraadt Exp $ */
+/* $OpenBSD: bsd.tbxi,v 1.7 2003/02/12 23:07:28 deraadt Exp $ */
/*
* Copyright (c) 2001 Dale Rahn. All rights reserved.
*
@@ -38,7 +38,7 @@ MacRISC
OpenBSD/macppc bootloader
</DESCRIPTION>
<BOOT-SCRIPT>
-boot cd:,ofwboot /3.2/macppc/bsd.rd
+boot cd:,ofwboot /3.3/macppc/bsd.rd
</BOOT-SCRIPT>
<OS-BADGE-ICONS>
201B
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 013bd2db746..d851efd6d05 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: newvers.sh,v 1.48 2002/10/04 01:39:21 deraadt Exp $
+# $OpenBSD: newvers.sh,v 1.49 2003/02/12 23:07:28 deraadt Exp $
# $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $
#
# Copyright (c) 1984, 1986, 1990, 1993
@@ -65,7 +65,7 @@ id=`basename ${d}`
# change /X.X/macppc/bsd.rd
ost="OpenBSD"
-osr="3.2"
+osr="3.3"
cat >vers.c <<eof
const char ostype[] = "${ost}";
@@ -74,7 +74,7 @@ const char osversion[] = "${id}#${v}";
const char sccs[] =
" @(#)${ost} ${osr}-current (${id}) #${v}: ${t}\n";
const char version[] =
- "${ost} ${osr}-current (${id}) #${v}: ${t}\n ${u}@${h}:${d}\n";
+ "${ost} ${osr}-beta (${id}) #${v}: ${t}\n ${u}@${h}:${d}\n";
eof
expr ${v} + 1 > version
diff --git a/sys/sys/param.h b/sys/sys/param.h
index b2260ef0af3..2b446e31c45 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.50 2002/10/25 21:55:28 millert Exp $ */
+/* $OpenBSD: param.h,v 1.51 2003/02/12 23:07:28 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 200211 /* OpenBSD version (year & month). */
-#define OpenBSD3_2 1 /* OpenBSD 3.2 */
+#define OpenBSD 200305 /* OpenBSD version (year & month). */
+#define OpenBSD3_3 1 /* OpenBSD 3.3 */
#ifndef NULL
#ifdef __GNUG__