move release date a little
authorderaadt <deraadt@openbsd.org>
Mon, 4 Apr 2022 21:16:47 +0000 (21:16 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 4 Apr 2022 21:16:47 +0000 (21:16 +0000)
etc/root/root.mail
sys/sys/param.h

index 4c11987..3a51070 100644 (file)
@@ -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!
index e22d7f6..cf0cbae 100644 (file)
@@ -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>