Module Name: src
Committed By: martin
Date: Sun Jun 13 15:11:20 UTC 2021
Modified Files:
src/sys/sys: param.h
Log Message:
Fix the last bump - now for real: welcome to 9.99.85
To generate a diff of this commit:
cvs rdiff -u -r1.695 -r1.696 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.695 src/sys/sys/param.h:1.696
--- src/sys/sys/param.h:1.695 Sun Jun 13 03:07:57 2021
+++ src/sys/sys/param.h Sun Jun 13 15:11:20 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.695 2021/06/13 03:07:57 christos Exp $ */
+/* $NetBSD: param.h,v 1.696 2021/06/13 15:11:20 martin Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 999008500 /* NetBSD 9.99.84 */
+#define __NetBSD_Version__ 999008500 /* NetBSD 9.99.85 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)