Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Do the second half of the previous half-bump: now we...
details: https://anonhg.NetBSD.org/src/rev/1f2339622219
branches: trunk
changeset: 357021:1f2339622219
user: martin <martin%NetBSD.org@localhost>
date: Mon Oct 23 11:21:56 2017 +0000
description:
Do the second half of the previous half-bump: now welcome to 8.99.5
for real!
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7777df654476 -r 1f2339622219 sys/sys/param.h
--- a/sys/sys/param.h Mon Oct 23 11:06:31 2017 +0000
+++ b/sys/sys/param.h Mon Oct 23 11:21:56 2017 +0000
@@ -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__)
Home |
Main Index |
Thread Index |
Old Index