Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Now that the kernel/module interface has stabilized ...



details:   https://anonhg.NetBSD.org/src/rev/6c211ff921d9
branches:  trunk
changeset: 448382:6c211ff921d9
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Jan 31 22:07:46 2019 +0000

description:
Now that the kernel/module interface has stabilized after the recent
merge of the [pgoyette-compat] branch, update the kernel version to
reflect all of the interim changes.

Welcome to 8.99.33 !!!

OK mrg@

diffstat:

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

diffs (18 lines):

diff -r d032cb1bc89c -r 6c211ff921d9 sys/sys/param.h
--- a/sys/sys/param.h   Thu Jan 31 20:44:46 2019 +0000
+++ b/sys/sys/param.h   Thu Jan 31 22:07:46 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.580 2019/01/27 02:35:49 pgoyette Exp $     */
+/*     $NetBSD: param.h,v 1.581 2019/01/31 22:07:46 pgoyette Exp $     */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      899003200       /* NetBSD 8.99.32 */
+#define        __NetBSD_Version__      899003300       /* NetBSD 8.99.33 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index