Module Name:    src
Committed By:   pgoyette
Date:           Thu Jan 31 22:07:46 UTC 2019

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

Log Message:
Now that the kernel/module interface has stabilized after the recent
merge of the [pgoyette-compat] branch, update the kernel version to
reflect all of the interim changes.

Welcome to 8.99.33 !!!

OK mrg@


To generate a diff of this commit:
cvs rdiff -u -r1.580 -r1.581 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.580 src/sys/sys/param.h:1.581
--- src/sys/sys/param.h:1.580	Sun Jan 27 02:35:49 2019
+++ src/sys/sys/param.h	Thu Jan 31 22:07:46 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.580 2019/01/27 02:35:49 pgoyette Exp $	*/
+/*	$NetBSD: param.h,v 1.581 2019/01/31 22:07:46 pgoyette Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	899003200	/* NetBSD 8.99.32 */
+#define	__NetBSD_Version__	899003300	/* NetBSD 8.99.33 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)

Reply via email to