Module Name:    src
Committed By:   rjs
Date:           Mon Aug 10 19:29:13 UTC 2020

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

Log Message:
NetBSD 9.99.70 - changes to video(4).


To generate a diff of this commit:
cvs rdiff -u -r1.672 -r1.673 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.672 src/sys/sys/param.h:1.673
--- src/sys/sys/param.h:1.672	Tue Jun 30 06:25:15 2020
+++ src/sys/sys/param.h	Mon Aug 10 19:29:13 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.672 2020/06/30 06:25:15 riastradh Exp $	*/
+/*	$NetBSD: param.h,v 1.673 2020/08/10 19:29:13 rjs Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	999006900	/* NetBSD 9.99.69 */
+#define	__NetBSD_Version__	999007000	/* NetBSD 9.99.70 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)

Reply via email to