Module Name: src
Committed By: matt
Date: Thu Mar 6 09:31:19 UTC 2014
Modified Files:
src/sys/sys: param.h
Log Message:
Welcome to 6.99.35
To generate a diff of this commit:
cvs rdiff -u -r1.443 -r1.444 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.443 src/sys/sys/param.h:1.444
--- src/sys/sys/param.h:1.443 Wed Mar 5 09:37:29 2014
+++ src/sys/sys/param.h Thu Mar 6 09:31:19 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.443 2014/03/05 09:37:29 hannken Exp $ */
+/* $NetBSD: param.h,v 1.444 2014/03/06 09:31:19 matt Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 699003400 /* NetBSD 6.99.34 */
+#define __NetBSD_Version__ 699003500 /* NetBSD 6.99.35 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)