Bump for drm2 da_fb_linebytes

Welcome to 7.99.47
This commit is contained in:
maya 2016-12-12 21:56:00 +00:00
parent efda97f48b
commit fc870ff150
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.513 2016/12/12 03:59:24 ozaki-r Exp $ */
/* $NetBSD: param.h,v 1.514 2016/12/12 21:56:00 maya Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
#define __NetBSD_Version__ 799004600 /* NetBSD 7.99.46 */
#define __NetBSD_Version__ 799004700 /* NetBSD 7.99.47 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)