summaryrefslogtreecommitdiff
path: root/sys/conf/newvers.sh
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2008-08-07 17:18:04 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2008-08-07 17:18:04 +0000
commit4260d015fd6c472aca212853bb3dc01a1b7eadf9 (patch)
treee51c2fb311246c28ae23e8a26a1e7280fa2adaeb /sys/conf/newvers.sh
parent814c9fb5ec61d10fe08e19ab13951443e41d2cd2 (diff)
we are at 4.4-current
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 b20f1340e7c..52e1b8b9809 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: newvers.sh,v 1.91 2008/08/06 03:56:53 deraadt Exp $
+# $OpenBSD: newvers.sh,v 1.92 2008/08/07 17:18:03 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="4.4"
cat >vers.c <<eof
-#define STATUS "" /* release */
+#define STATUS "-current" /* just after a release */
#if 0
+#define STATUS "" /* release */
#define STATUS "-beta" /* just before a release */
-#define STATUS "-current" /* just after a release */
#endif
const char ostype[] = "${ost}";