Module Name: src
Committed By: riastradh
Date: Tue Jun 30 06:25:15 UTC 2020
Modified Files:
src/sys/sys: param.h
Log Message:
NetBSD 6.99.69 welcomes you, and hopes you enjoy your new AES API.
To generate a diff of this commit:
cvs rdiff -u -r1.671 -r1.672 src/sys/sys/param.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/param.h
diff -u src/sys/sys/param.h:1.671 src/sys/sys/param.h:1.672
--- src/sys/sys/param.h:1.671 Fri Jun 19 13:52:40 2020
+++ src/sys/sys/param.h Tue Jun 30 06:25:15 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.671 2020/06/19 13:52:40 jdolecek Exp $ */
+/* $NetBSD: param.h,v 1.672 2020/06/30 06:25:15 riastradh Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 999006800 /* NetBSD 9.99.68 */
+#define __NetBSD_Version__ 999006900 /* NetBSD 9.99.69 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)