NetBSD 9.99.70 - changes to video(4).

This commit is contained in:
rjs 2020-08-10 19:29:13 +00:00
parent 5d3121f64a
commit 31047c8f55
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.672 2020/06/30 06:25:15 riastradh Exp $ */
/* $NetBSD: param.h,v 1.673 2020/08/10 19:29:13 rjs Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
#define __NetBSD_Version__ 999006900 /* NetBSD 9.99.69 */
#define __NetBSD_Version__ 999007000 /* NetBSD 9.99.70 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)