From 49b86377f23d59a00b148e4f513972c1128d1f75 Mon Sep 17 00:00:00 2001 From: riastradh Date: Tue, 30 Jun 2020 06:25:15 +0000 Subject: [PATCH] NetBSD 6.99.69 welcomes you, and hopes you enjoy your new AES API. --- sys/sys/param.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/param.h b/sys/sys/param.h index abcb2c7667c5..c32ee9e99d96 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -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__)