Module Name:    src
Committed By:   ozaki-r
Date:           Wed Jul 21 07:39:58 UTC 2021

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

Log Message:
Bump the version for ALTQ/CBQ changes

Welcome to 9.99.87


To generate a diff of this commit:
cvs rdiff -u -r1.698 -r1.699 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.698 src/sys/sys/param.h:1.699
--- src/sys/sys/param.h:1.698	Mon Jul 19 19:13:33 2021
+++ src/sys/sys/param.h	Wed Jul 21 07:39:58 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.698 2021/07/19 19:13:33 christos Exp $	*/
+/*	$NetBSD: param.h,v 1.699 2021/07/21 07:39:58 ozaki-r Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	999008600	/* NetBSD 9.99.86 */
+#define	__NetBSD_Version__	999008700	/* NetBSD 9.99.87 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)

Reply via email to