diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2022-04-04 21:16:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2022-04-04 21:16:48 +0000 |
commit | 1520a0ac10e48f41d2fdd68945b83d6ec8bec6fe (patch) | |
tree | 8c121adff8ce7738bb9a9efb7cc07dafe9863d29 | |
parent | 66409876454afabc40198d470c8cbbf7f89d04de (diff) |
move release date a little
-rw-r--r-- | etc/root/root.mail | 4 | ||||
-rw-r--r-- | sys/sys/param.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/root/root.mail b/etc/root/root.mail index 4c1198770b8..3a510703ea7 100644 --- a/etc/root/root.mail +++ b/etc/root/root.mail @@ -1,6 +1,6 @@ -From deraadt@do-not-reply.openbsd.org Thu May 1 07:01:00 MST 2022 +From deraadt@do-not-reply.openbsd.org Mon Apr 21 07:01:00 MST 2022 Return-Path: root -Date: May 1 07:01:00 MST 2022 +Date: Apr 21 07:01:00 MST 2022 From: deraadt@do-not-reply.openbsd.org (Theo de Raadt) To: root Subject: Welcome to OpenBSD 7.1! diff --git a/sys/sys/param.h b/sys/sys/param.h index e22d7f6b26c..cf0cbae4ca4 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.137 2022/02/22 17:04:29 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.138 2022/04/04 21:16:47 deraadt Exp $ */ /*- * Copyright (c) 1982, 1986, 1989, 1993 @@ -41,7 +41,7 @@ #define BSD4_3 1 #define BSD4_4 1 -#define OpenBSD 202205 /* OpenBSD version (year & month). */ +#define OpenBSD 202204 /* OpenBSD version (year & month). */ #define OpenBSD7_1 1 /* OpenBSD 7.1 */ #include <sys/_null.h> |