summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2009-02-26 17:55:17 +0000
committerderaadt <deraadt@openbsd.org>2009-02-26 17:55:17 +0000
commit05c30b03005da052c27f4b12174d31cda942d954 (patch)
tree68854fa5212ed55964aae0e44b2b49e0e7064a5f
parentChange apmd to use the new _REQ ioctls for zzz, this gives X a chance to (diff)
downloadwireguard-openbsd-05c30b03005da052c27f4b12174d31cda942d954.tar.xz
wireguard-openbsd-05c30b03005da052c27f4b12174d31cda942d954.zip
declare builds from around here to be 4.5 instead of 4.5-beta, though it
is not really true since there are a few more (very important) things going in.
-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 29ab3b25b1b..c48e22aa7a5 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: newvers.sh,v 1.93 2009/02/08 21:02:22 miod Exp $
+# $OpenBSD: newvers.sh,v 1.94 2009/02/26 17:55:17 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,9 +67,9 @@ ost="OpenBSD"
osr="4.5"
cat >vers.c <<eof
-#define STATUS "-beta" /* just before a release */
-#if 0
#define STATUS "" /* release */
+#if 0
+#define STATUS "-beta" /* just before a release */
#define STATUS "-current" /* just after a release */
#endif