Module Name:    src
Committed By:   riastradh
Date:           Mon Sep  3 16:55:17 UTC 2018

Modified Files:
        src/sys/sys: param.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.569 -r1.570 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/sys/param.h
diff -u src/sys/sys/param.h:1.569 src/sys/sys/param.h:1.570
--- src/sys/sys/param.h:1.569	Fri Aug 10 21:48:19 2018
+++ src/sys/sys/param.h	Mon Sep  3 16:55:17 2018
@@ -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__)

Reply via email to