Module Name: src
Committed By: riz
Date: Mon Aug 11 09:10:52 UTC 2014
Modified Files:
src/sys/sys: param.h
Log Message:
Welcome to 7.99.1.
To generate a diff of this commit:
cvs rdiff -u -r1.459 -r1.460 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 src/sys/sys/param.h:1.460
--- src/sys/sys/param.h:1.459 Fri Jul 25 08:35:40 2014
+++ src/sys/sys/param.h Mon Aug 11 09:10:52 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.459 2014/07/25 08:35:40 dholland Exp $ */
+/* $NetBSD: param.h,v 1.460 2014/08/11 09:10:52 riz Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 699004900 /* NetBSD 6.99.49 */
+#define __NetBSD_Version__ 799000100 /* NetBSD 7.99.1 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)