summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-07-23 16:26:57 +0000
committerderaadt <deraadt@openbsd.org>2015-07-23 16:26:57 +0000
commit1ff3c2d4b465431fd6242b92d16fa2d4249815e0 (patch)
treeab1791ee3a57337e68dd101df5c2151c7f7e22ea /sys
parenttweak previous; (diff)
downloadwireguard-openbsd-1ff3c2d4b465431fd6242b92d16fa2d4249815e0.tar.xz
wireguard-openbsd-1ff3c2d4b465431fd6242b92d16fa2d4249815e0.zip
remove -beta tag. take that as a hint.
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 5ff01dfc087..85a1d1bf368 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: newvers.sh,v 1.138 2015/06/17 19:52:18 deraadt Exp $
+# $OpenBSD: newvers.sh,v 1.139 2015/07/23 16:26:57 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,11 +64,11 @@ ost="OpenBSD"
osr="5.8"
cat >vers.c <<eof
-#if 0
#define STATUS "" /* release */
+#if 0
#define STATUS "-current" /* just after a release */
-#endif
#define STATUS "-beta" /* just before a release */
+#endif
const char ostype[] = "${ost}";
const char osrelease[] = "${osr}";