Module Name: src Committed By: christos Date: Sun Mar 30 00:13:59 UTC 2014
Modified Files: src/sys/sys: param.h Log Message: bump for real, not just the comment To generate a diff of this commit: cvs rdiff -u -r1.448 -r1.449 src/sys/sys/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/param.h diff -u src/sys/sys/param.h:1.448 src/sys/sys/param.h:1.449 --- src/sys/sys/param.h:1.448 Sat Mar 29 15:30:49 2014 +++ src/sys/sys/param.h Sat Mar 29 20:13:59 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.448 2014/03/29 19:30:49 christos Exp $ */ +/* $NetBSD: param.h,v 1.449 2014/03/30 00:13:59 christos Exp $ */ /*- * Copyright (c) 1982, 1986, 1989, 1993 @@ -63,7 +63,7 @@ * 2.99.9 (299000900) */ -#define __NetBSD_Version__ 699003800 /* NetBSD 6.99.39 */ +#define __NetBSD_Version__ 699003900 /* NetBSD 6.99.39 */ #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \ (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)