summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2004-09-14 22:00:32 +0000
committerderaadt <deraadt@openbsd.org>2004-09-14 22:00:32 +0000
commite56f83d748c9ad4888b9703d0691b35f57a05843 (patch)
tree04e0d23ea2f0738750fe695ee226f721952692c1
parentfor pcons tty and kernel console (ie. boot -a) input, replace prom ^H (diff)
downloadwireguard-openbsd-e56f83d748c9ad4888b9703d0691b35f57a05843.tar.xz
wireguard-openbsd-e56f83d748c9ad4888b9703d0691b35f57a05843.zip
move to 3.6-current
-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 00bb6237875..cb49dc9e85b 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: newvers.sh,v 1.64 2004/08/20 19:47:18 deraadt Exp $
+# $OpenBSD: newvers.sh,v 1.65 2004/09/14 22:00:32 deraadt Exp $
# $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $
#
# Copyright (c) 1984, 1986, 1990, 1993
@@ -69,11 +69,11 @@ ost="OpenBSD"
osr="3.6"
cat >vers.c <<eof
+#define STATUS "-current"
#if 0
#define STATUS "-beta"
-#define STATUS "-current"
-#endif
#define STATUS "" /* release */
+#endif
const char ostype[] = "${ost}";
const char osrelease[] = "${osr}";