Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Bump kernel version for IFEF_MPSAFE



details:   https://anonhg.NetBSD.org/src/rev/93f9e86d6c53
branches:  trunk
changeset: 827882:93f9e86d6c53
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Thu Nov 16 10:40:29 2017 +0000

description:
Bump kernel version for IFEF_MPSAFE

Welcome to 8.99.7

diffstat:

 sys/sys/param.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1c49dff35e80 -r 93f9e86d6c53 sys/sys/param.h
--- a/sys/sys/param.h   Thu Nov 16 06:31:00 2017 +0000
+++ b/sys/sys/param.h   Thu Nov 16 10:40:29 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.551 2017/11/12 19:46:06 riastradh Exp $    */
+/*     $NetBSD: param.h,v 1.552 2017/11/16 10:40:29 ozaki-r Exp $      */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      899000600       /* NetBSD 8.99.6 */
+#define        __NetBSD_Version__      899000700       /* NetBSD 8.99.7 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index