Welcome to NetBSD 4.99.10.

This commit is contained in:
ad 2007-02-09 23:31:00 +00:00
parent a21c37097e
commit c653ab50ef
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.251 2007/02/09 21:55:37 ad Exp $ */
/* $NetBSD: param.h,v 1.252 2007/02/09 23:31:00 ad Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
#define __NetBSD_Version__ 499000900 /* NetBSD 4.99.9 */
#define __NetBSD_Version__ 499001000 /* NetBSD 4.99.10 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)