summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2010-08-12 00:25:24 +0000
committerderaadt <deraadt@openbsd.org>2010-08-12 00:25:24 +0000
commit78a34f7df8eda0f3ecfc895bf60ed0c315db1dad (patch)
tree46f5e1d337951c5913aab6cba0bd367d88fc5fe3 /sys
parentDisable the RTC the periodic interrupt. Leaving it enabled causes the (diff)
downloadwireguard-openbsd-78a34f7df8eda0f3ecfc895bf60ed0c315db1dad.tar.xz
wireguard-openbsd-78a34f7df8eda0f3ecfc895bf60ed0c315db1dad.zip
we are at -current again
Diffstat (limited to 'sys')
-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 2e829018730..4542cc709e2 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: newvers.sh,v 1.106 2010/08/08 17:18:31 deraadt Exp $
+# $OpenBSD: newvers.sh,v 1.107 2010/08/12 00:25:24 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.8"
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}";