Module Name: src
Committed By: skrll
Date: Wed Sep 7 07:01:56 UTC 2016
Modified Files:
src/sys/sys [netbsd-7-nhusb]: param.h
Log Message:
Need a tiny bump for modules
To generate a diff of this commit:
cvs rdiff -u -r1.459.2.7 -r1.459.2.7.2.1 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.459.2.7 src/sys/sys/param.h:1.459.2.7.2.1
--- src/sys/sys/param.h:1.459.2.7 Thu Oct 15 20:11:53 2015
+++ src/sys/sys/param.h Wed Sep 7 07:01:56 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.459.2.7 2015/10/15 20:11:53 snj Exp $ */
+/* $NetBSD: param.h,v 1.459.2.7.2.1 2016/09/07 07:01:56 skrll Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 700000001 /* NetBSD 7.0_STABLE */
+#define __NetBSD_Version__ 701000001 /* NetBSD 7.0_STABLE */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)