Put -stable template into #if 0 section of current newvers.sh.
authorbluhm <bluhm@openbsd.org>
Sun, 2 May 2021 22:10:13 +0000 (22:10 +0000)
committerbluhm <bluhm@openbsd.org>
Sun, 2 May 2021 22:10:13 +0000 (22:10 +0000)
OK deraadt@

sys/conf/newvers.sh

index 4c5ed95..d977cda 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $OpenBSD: newvers.sh,v 1.181 2021/04/18 23:40:52 deraadt Exp $
+#      $OpenBSD: newvers.sh,v 1.182 2021/05/02 22:10: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
@@ -75,6 +75,7 @@ cat >vers.c <<eof
 #if 0
 #define STATUS ""                      /* release */
 #define STATUS "-beta"                 /* just before a release */
+#define STATUS "-stable"               /* stable branch */
 #endif
 
 const char ostype[] = "${ost}";