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 8.99.25, courtesy of min/max ---> uimin/u...



details:   https://anonhg.NetBSD.org/src/rev/34728b4a7f65
branches:  trunk
changeset: 835669:34728b4a7f65
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Sep 03 16:55:17 2018 +0000

description:
Welcome to 8.99.25, courtesy of min/max ---> uimin/uimax.

diffstat:

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

diffs (18 lines):

diff -r 14a90cce5914 -r 34728b4a7f65 sys/sys/param.h
--- a/sys/sys/param.h   Mon Sep 03 16:54:54 2018 +0000
+++ b/sys/sys/param.h   Mon Sep 03 16:55:17 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.569 2018/08/10 21:48:19 pgoyette Exp $     */
+/*     $NetBSD: param.h,v 1.570 2018/09/03 16:55:17 riastradh Exp $    */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      899002400       /* NetBSD 8.99.24 */
+#define        __NetBSD_Version__      899002500       /* NetBSD 8.99.25 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index