Module Name: src
Committed By: martin
Date: Mon Oct 23 11:21:56 UTC 2017
Modified Files:
src/sys/sys: param.h
Log Message:
Do the second half of the previous half-bump: now welcome to 8.99.5
for real!
To generate a diff of this commit:
cvs rdiff -u -r1.548 -r1.549 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.548 src/sys/sys/param.h:1.549
--- src/sys/sys/param.h:1.548 Mon Oct 23 09:35:35 2017
+++ src/sys/sys/param.h Mon Oct 23 11:21:56 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.548 2017/10/23 09:35:35 msaitoh Exp $ */
+/* $NetBSD: param.h,v 1.549 2017/10/23 11:21:56 martin Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 899000500 /* NetBSD 8.99.4 */
+#define __NetBSD_Version__ 899000500 /* NetBSD 8.99.5 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)