adjust date
authorderaadt <deraadt@openbsd.org>
Sun, 19 Sep 2021 16:55:01 +0000 (16:55 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 19 Sep 2021 16:55:01 +0000 (16:55 +0000)
sys/sys/param.h

index f6ea370..f9e6a38 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: param.h,v 1.134 2021/09/13 04:02:15 deraadt Exp $     */
+/*     $OpenBSD: param.h,v 1.135 2021/09/19 16:55:01 deraadt Exp $     */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -41,7 +41,7 @@
 #define BSD4_3 1
 #define BSD4_4 1
 
-#define OpenBSD        202111          /* OpenBSD version (year & month). */
+#define OpenBSD        202110          /* OpenBSD version (year & month). */
 #define OpenBSD7_0 1           /* OpenBSD 7.0 */
 
 #include <sys/_null.h>