summaryrefslogtreecommitdiff
path: root/sys/conf/newvers.sh
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-02-27 01:43:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-02-27 01:43:28 +0000
commita4f3fcdf4f1ce523c967c019fa787763c0f476ad (patch)
tree5172a1d003dc65bdf02ecd0145ec565f5ae752e9 /sys/conf/newvers.sh
parentfcf5fefb280b2507df8d8484222540c25b0007ee (diff)
stop being -beta
Diffstat (limited to 'sys/conf/newvers.sh')
-rw-r--r--sys/conf/newvers.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index b7d938a0ddb..f5191941e07 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: newvers.sh,v 1.73 2006/01/19 03:30:04 deraadt Exp $
+# $OpenBSD: newvers.sh,v 1.74 2006/02/27 01:43:27 deraadt Exp $
# $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $
#
# Copyright (c) 1984, 1986, 1990, 1993
@@ -67,10 +67,10 @@ ost="OpenBSD"
osr="3.9"
cat >vers.c <<eof
-#define STATUS "-beta"
+#define STATUS "" /* release */
#if 0
#define STATUS "-current"
-#define STATUS "" /* release */
+#define STATUS "-beta"
#endif
const char ostype[] = "${ost}";