move to 1.5-beta (Yatagarasu)

This commit is contained in:
purplerain 2024-02-17 22:39:49 +00:00
parent 22b00c65ca
commit 6c3f0964c3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
7 changed files with 18 additions and 18 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: newvers.sh,v 1.200 2024/01/02 16:40:03 bluhm Exp $
# $OpenBSD: newvers.sh,v 1.201 2024/02/17 16:13:24 deraadt Exp $
# $NetBSD: newvers.sh,v 1.17.2.1 1995/10/12 05:17:11 jtc Exp $
#
# Copyright (c) 1984, 1986, 1990, 1993
@ -68,13 +68,13 @@ id=`basename "${d}"`
# and disable POOL_DEBUG in sys/conf/GENERIC
ost="SecBSD"
osr="1.4"
osr="1.5"
cat >vers.c <<eof
#define STATUS "-current" /* just after a release */
#define STATUS "-beta" /* just before a release */
#if 0
#define STATUS "" /* release */
#define STATUS "-beta" /* just before a release */
#define STATUS "-current" /* just after a release */
#define STATUS "-stable" /* stable branch */
#endif

View file

@ -1,4 +1,4 @@
/* $OpenBSD: param.h,v 1.141 2023/09/18 13:18:24 deraadt Exp $ */
/* $OpenBSD: param.h,v 1.142 2024/02/17 16:13:24 deraadt Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -41,8 +41,8 @@
#define BSD4_3 1
#define BSD4_4 1
#define SecBSD 202310 /* SecBSD version (year & month). */
#define SecBSD1_4 1 /* SecBSD 1.4 */
#define SecBSD 202404 /* SecBSD version (year & month). */
#define SecBSD1_5 1 /* SecBSD 1.5 */
#include <sys/_null.h>