base is unlocked, move to 7.4-current
authorbluhm <bluhm@openbsd.org>
Wed, 4 Oct 2023 15:40:13 +0000 (15:40 +0000)
committerbluhm <bluhm@openbsd.org>
Wed, 4 Oct 2023 15:40:13 +0000 (15:40 +0000)
OK deraadt@

sys/conf/newvers.sh

index c1608b2..e350ed3 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $OpenBSD: newvers.sh,v 1.197 2023/09/26 13:27:32 deraadt Exp $
+#      $OpenBSD: newvers.sh,v 1.198 2023/10/04 15:40:13 bluhm Exp $
 #      $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $
 #
 # Copyright (c) 1984, 1986, 1990, 1993
@@ -71,9 +71,9 @@ ost="OpenBSD"
 osr="7.4"
 
 cat >vers.c <<eof
-#define STATUS ""                      /* release */
-#if 0
 #define STATUS "-current"              /* just after a release */
+#if 0
+#define STATUS ""                      /* release */
 #define STATUS "-beta"                 /* just before a release */
 #define STATUS "-stable"               /* stable branch */
 #endif