Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Welcome to 6.99.7, courtesy of genfs_rename.



details:   https://anonhg.NetBSD.org/src/rev/38f348c7c304
branches:  trunk
changeset: 779200:38f348c7c304
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Thu May 10 07:48:07 2012 +0000

description:
Welcome to 6.99.7, courtesy of genfs_rename.

ok martin

diffstat:

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

diffs (18 lines):

diff -r 1e177b24dd34 -r 38f348c7c304 sys/sys/param.h
--- a/sys/sys/param.h   Thu May 10 07:39:48 2012 +0000
+++ b/sys/sys/param.h   Thu May 10 07:48:07 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.414 2012/04/29 16:36:54 dsl Exp $  */
+/*     $NetBSD: param.h,v 1.415 2012/05/10 07:48:07 riastradh Exp $    */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      699000600       /* NetBSD 6.99.6 */
+#define        __NetBSD_Version__      699000700       /* NetBSD 6.99.7 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index