Module Name:    src
Committed By:   rin
Date:           Wed Jul 31 14:35:25 UTC 2019

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

Log Message:
Bump for recent changes to struct rasops_info.

Welcome to NetBSD 9.99.2!


To generate a diff of this commit:
cvs rdiff -u -r1.600 -r1.601 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.600 src/sys/sys/param.h:1.601
--- src/sys/sys/param.h:1.600	Tue Jul 30 15:56:53 2019
+++ src/sys/sys/param.h	Wed Jul 31 14:35:25 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.600 2019/07/30 15:56:53 martin Exp $	*/
+/*	$NetBSD: param.h,v 1.601 2019/07/31 14:35:25 rin Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	999000100	/* NetBSD 9.99.1 */
+#define	__NetBSD_Version__	999000200	/* NetBSD 9.99.2 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)

Reply via email to