Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Welcome to 7.99.11 and the modularization of sysmon!



details:   https://anonhg.NetBSD.org/src/rev/eb164454f3ff
branches:  trunk
changeset: 337693:eb164454f3ff
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Apr 23 23:23:20 2015 +0000

description:
Welcome to 7.99.11 and the modularization of sysmon!

diffstat:

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

diffs (18 lines):

diff -r 45ec0d1fcb17 -r eb164454f3ff sys/sys/param.h
--- a/sys/sys/param.h   Thu Apr 23 23:23:14 2015 +0000
+++ b/sys/sys/param.h   Thu Apr 23 23:23:20 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.472 2015/04/20 15:23:56 riastradh Exp $    */
+/*     $NetBSD: param.h,v 1.473 2015/04/23 23:23:20 pgoyette Exp $     */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      799001000       /* NetBSD 7.99.10 */
+#define        __NetBSD_Version__      799001100       /* NetBSD 7.99.11 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index