Bump __NetBSD_Version__ for previous, per ad@ -- welcome to 5.99.16.

This commit is contained in:
tls 2009-09-02 15:45:10 +00:00
parent 292e598a25
commit b9584d8827

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.350 2009/06/29 05:47:35 dholland Exp $ */
/* $NetBSD: param.h,v 1.351 2009/09/02 15:45:10 tls Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
#define __NetBSD_Version__ 599001500 /* NetBSD 5.99.15 */
#define __NetBSD_Version__ 599001600 /* NetBSD 5.99.16 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)