Welcome to 4.99.5

This commit is contained in:
riz 2006-12-02 00:48:45 +00:00
parent 3254d721de
commit 711957a279
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.244 2006/11/17 17:05:18 hannken Exp $ */
/* $NetBSD: param.h,v 1.245 2006/12/02 00:48:45 riz Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
#define __NetBSD_Version__ 499000400 /* NetBSD 4.99.4 */
#define __NetBSD_Version__ 499000500 /* NetBSD 4.99.5 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)