From 1bfaff1a0966ff6929a0176b819a8c38701d8bad Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 18 Sep 2023 13:18:24 +0000 Subject: [PATCH] crank to 7.4-beta --- sys/sys/param.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/sys/param.h b/sys/sys/param.h index f1d695bd4ce..e8a89e8e893 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.140 2023/03/04 14:49:37 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.141 2023/09/18 13:18:24 deraadt Exp $ */ /*- * Copyright (c) 1982, 1986, 1989, 1993 @@ -41,8 +41,8 @@ #define BSD4_3 1 #define BSD4_4 1 -#define OpenBSD 202304 /* OpenBSD version (year & month). */ -#define OpenBSD7_3 1 /* OpenBSD 7.3 */ +#define OpenBSD 202310 /* OpenBSD version (year & month). */ +#define OpenBSD7_4 1 /* OpenBSD 7.4 */ #include -- 2.20.1