Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys NetBSD 6.99.69 welcomes you, and hopes you enjoy you...
details: https://anonhg.NetBSD.org/src/rev/950b69380677
branches: trunk
changeset: 1011450:950b69380677
user: riastradh <riastradh%NetBSD.org@localhost>
date: Tue Jun 30 06:25:15 2020 +0000
description:
NetBSD 6.99.69 welcomes you, and hopes you enjoy your new AES API.
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4df14075e1dd -r 950b69380677 sys/sys/param.h
--- a/sys/sys/param.h Tue Jun 30 05:19:19 2020 +0000
+++ b/sys/sys/param.h Tue Jun 30 06:25:15 2020 +0000
@@ -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__)
Home |
Main Index |
Thread Index |
Old Index