summaryrefslogtreecommitdiff
path: root/sys/conf/newvers.sh
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-09-05 20:43:26 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-09-05 20:43:26 +0000
commitd8849325019a7921f7ed57489b49c5c29e00600d (patch)
tree4352e945be83d378ca6f893957f1ff2bbed89848 /sys/conf/newvers.sh
parent59d177b4955338f57504e657752b375b5a7f3025 (diff)
On the road again.
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 52c0baa96c4..efa49aea17a 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: newvers.sh,v 1.71 2005/08/27 16:47:04 deraadt Exp $
+# $OpenBSD: newvers.sh,v 1.72 2005/09/05 20:43:25 miod 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.8"
cat >vers.c <<eof
-#define STATUS "" /* release */
+#define STATUS "-current"
#if 0
#define STATUS "-beta"
-#define STATUS "-current"
+#define STATUS "" /* release */
#endif
const char ostype[] = "${ost}";