Source-Changes-HG archive

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

[src/trunk]: src/sys/sys 7.99.8 (bread, breadn)



details:   https://anonhg.NetBSD.org/src/rev/b635dcfcf233
branches:  trunk
changeset: 336975:b635dcfcf233
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sat Mar 28 19:29:16 2015 +0000

description:
7.99.8 (bread, breadn)

diffstat:

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

diffs (18 lines):

diff -r 0d4c28a8fe27 -r b635dcfcf233 sys/sys/param.h
--- a/sys/sys/param.h   Sat Mar 28 19:24:04 2015 +0000
+++ b/sys/sys/param.h   Sat Mar 28 19:29:16 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.467 2015/03/17 09:38:21 hannken Exp $      */
+/*     $NetBSD: param.h,v 1.468 2015/03/28 19:29:16 maxv Exp $ */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      799000700       /* NetBSD 7.99.7 */
+#define        __NetBSD_Version__      799000800       /* NetBSD 7.99.8 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index