Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Welcome 7.99.34



details:   https://anonhg.NetBSD.org/src/rev/5a45a9e8af0f
branches:  trunk
changeset: 346390:5a45a9e8af0f
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Jul 11 16:10:10 2016 +0000

description:
Welcome 7.99.34

diffstat:

 sys/sys/param.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6716d009259f -r 5a45a9e8af0f sys/sys/param.h
--- a/sys/sys/param.h   Mon Jul 11 16:06:52 2016 +0000
+++ b/sys/sys/param.h   Mon Jul 11 16:10:10 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.499 2016/07/04 07:44:08 pgoyette Exp $     */
+/*     $NetBSD: param.h,v 1.500 2016/07/11 16:10:10 matt Exp $ */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      799003300       /* NetBSD 7.99.33 */
+#define        __NetBSD_Version__      799003400       /* NetBSD 7.99.34 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index