bump to 4.99.20. yamt-idlelwp merge.
This commit is contained in:
parent
a2f3ca9fc6
commit
6ba36ace69
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: param.h,v 1.261 2007/04/30 15:14:13 rmind Exp $ */
|
||||
/* $NetBSD: param.h,v 1.262 2007/05/17 14:53:33 yamt Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1982, 1986, 1989, 1993
|
||||
|
@ -63,7 +63,7 @@
|
|||
* 2.99.9 (299000900)
|
||||
*/
|
||||
|
||||
#define __NetBSD_Version__ 499001900 /* NetBSD 4.99.19 */
|
||||
#define __NetBSD_Version__ 499002000 /* NetBSD 4.99.20 */
|
||||
|
||||
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
|
||||
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
|
||||
|
|
Loading…
Reference in New Issue