Module Name:    src
Committed By:   christos
Date:           Mon Nov 25 03:03:41 UTC 2013

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

Log Message:
Welcome to 6.99.28; no more CIRCLEQ in the kernel.


To generate a diff of this commit:
cvs rdiff -u -r1.436 -r1.437 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.436 src/sys/sys/param.h:1.437
--- src/sys/sys/param.h:1.436	Wed Nov 13 23:27:50 2013
+++ src/sys/sys/param.h	Sun Nov 24 22:03:41 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.436 2013/11/14 04:27:50 christos Exp $	*/
+/*	$NetBSD: param.h,v 1.437 2013/11/25 03:03:41 christos Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	699002700	/* NetBSD 6.99.27 */
+#define	__NetBSD_Version__	699002800	/* NetBSD 6.99.28 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)

Reply via email to