4.99.66 - yamt-pf42 branch merge

This commit is contained in:
yamt 2008-06-19 03:37:14 +00:00
parent e4be4fcd58
commit 02456234a7
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.321 2008/06/17 02:59:08 yamt Exp $ */
/* $NetBSD: param.h,v 1.322 2008/06/19 03:37:14 yamt Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
#define __NetBSD_Version__ 499006500 /* NetBSD 4.99.65 */
#define __NetBSD_Version__ 499006600 /* NetBSD 4.99.66 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)