summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2008-07-02 00:13:33 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2008-07-02 00:13:33 +0000
commitd4f0e47bbacc1309768228cde9fe76b4b71e5dff (patch)
treee399ae045d98698e79d71a8706b1e4c850cc7a21 /sys
parentf565f0697af0e83e4c172e5a3f0a9eaa2abf8805 (diff)
move to 4.4-beta
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/macppc/stand/tbxidata/bsd.tbxi4
-rw-r--r--sys/conf/newvers.sh8
-rw-r--r--sys/sys/param.h6
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/arch/macppc/stand/tbxidata/bsd.tbxi b/sys/arch/macppc/stand/tbxidata/bsd.tbxi
index 1144d77b645..5072cde1b97 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.20 2008/02/20 17:46:51 miod Exp $ */
+/* $OpenBSD: bsd.tbxi,v 1.21 2008/07/02 00:13:32 deraadt Exp $ */
/*
* Copyright (c) 2001 Dale Rahn.
* All rights reserved.
@@ -34,7 +34,7 @@ MacRISC MacRISC3 MacRISC4
OpenBSD/macppc bootloader
</DESCRIPTION>
<BOOT-SCRIPT>
-boot cd:,ofwboot /4.3/macppc/bsd.rd
+boot cd:,ofwboot /4.4/macppc/bsd.rd
</BOOT-SCRIPT>
<OS-BADGE-ICONS>
201B
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index c9914b3f8a1..4b8cc67a123 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: newvers.sh,v 1.89 2008/03/08 00:00:17 deraadt Exp $
+# $OpenBSD: newvers.sh,v 1.90 2008/07/02 00:13: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
@@ -64,12 +64,12 @@ id=`basename ${d}`
# A month or so before release, select STATUS "-beta"
ost="OpenBSD"
-osr="4.3"
+osr="4.4"
cat >vers.c <<eof
-#define STATUS "-current" /* just after a release */
-#if 0
#define STATUS "-beta" /* just before a release */
+#if 0
+#define STATUS "-current" /* just after a release */
#define STATUS "" /* release */
#endif
diff --git a/sys/sys/param.h b/sys/sys/param.h
index bf4b90c0b0d..aa41220abf7 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.74 2008/03/10 17:15:33 deraadt Exp $ */
+/* $OpenBSD: param.h,v 1.75 2008/07/02 00:13:32 deraadt Exp $ */
/* $NetBSD: param.h,v 1.23 1996/03/17 01:02:29 thorpej Exp $ */
/*-
@@ -41,8 +41,8 @@
#define BSD4_3 1
#define BSD4_4 1
-#define OpenBSD 200805 /* OpenBSD version (year & month). */
-#define OpenBSD4_3 1 /* OpenBSD 4.3 */
+#define OpenBSD 200811 /* OpenBSD version (year & month). */
+#define OpenBSD4_4 1 /* OpenBSD 4.4 */
#ifndef NULL
#ifdef __GNUG__