bump to 4.99.6. fileassoc changes.
This commit is contained in:
parent
b0a14e5934
commit
8b3c9d0ad7
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: param.h,v 1.245 2006/12/02 00:48:45 riz Exp $ */
|
||||
/* $NetBSD: param.h,v 1.246 2006/12/11 15:25:26 yamt Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1982, 1986, 1989, 1993
|
||||
|
@ -63,7 +63,7 @@
|
|||
* 2.99.9 (299000900)
|
||||
*/
|
||||
|
||||
#define __NetBSD_Version__ 499000500 /* NetBSD 4.99.5 */
|
||||
#define __NetBSD_Version__ 499000600 /* NetBSD 4.99.6 */
|
||||
|
||||
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
|
||||
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
|
||||
|
|
Loading…
Reference in New Issue