Source-Changes-HG archive

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

[src/netbsd-6]: src Welcome to 6.0_RC2!



details:   https://anonhg.NetBSD.org/src/rev/9bd828f771a0
branches:  netbsd-6
changeset: 774607:9bd828f771a0
user:      riz <riz%NetBSD.org@localhost>
date:      Fri Sep 14 01:57:58 2012 +0000

description:
Welcome to 6.0_RC2!

diffstat:

 doc/CHANGES-6.0 |  6 +++++-
 sys/sys/param.h |  4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 025202d39096 -r 9bd828f771a0 doc/CHANGES-6.0
--- a/doc/CHANGES-6.0   Thu Sep 13 22:36:57 2012 +0000
+++ b/doc/CHANGES-6.0   Fri Sep 14 01:57:58 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.205 2012/09/13 22:36:57 riz Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.206 2012/09/14 01:58:42 riz Exp $
 
 A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
 until the 6.0 release:
@@ -8605,3 +8605,7 @@
        Fix unmount in the case where an attribute was autocreated.
        [manu, ticket #556]
 
+sys/sys/param.h                                        patched by hand
+
+       Welcome to NetBSD 6.0_RC2!
+
diff -r 025202d39096 -r 9bd828f771a0 sys/sys/param.h
--- a/sys/sys/param.h   Thu Sep 13 22:36:57 2012 +0000
+++ b/sys/sys/param.h   Fri Sep 14 01:57:58 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.408.2.4 2012/09/03 18:30:59 riz Exp $      */
+/*     $NetBSD: param.h,v 1.408.2.5 2012/09/14 01:57:58 riz Exp $      */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      600000000       /* NetBSD 6.0_POST_RC1 */
+#define        __NetBSD_Version__      600000000       /* NetBSD 6.0_RC2 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index