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.1_RC1!



details:   https://anonhg.NetBSD.org/src/rev/76925f661848
branches:  netbsd-6
changeset: 775718:76925f661848
user:      riz <riz%NetBSD.org@localhost>
date:      Tue Feb 19 04:52:48 2013 +0000

description:
Welcome to 6.1_RC1!

diffstat:

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

diffs (35 lines):

diff -r 11c8dda47e1c -r 76925f661848 doc/CHANGES-6.1
--- a/doc/CHANGES-6.1   Tue Feb 19 04:49:25 2013 +0000
+++ b/doc/CHANGES-6.1   Tue Feb 19 04:52:48 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.105 2013/02/19 04:49:25 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.106 2013/02/19 04:53:08 riz Exp $
 
 A complete list of changes from the 6.0 release until the 6.1 release:
 
@@ -8575,3 +8575,7 @@
        Fix build for OpenSSL AES-NI support.
        [riastradh, ticket #832]
 
+sys/sys/param.h                                        patched by hand
+
+       Welcome to 6.1_RC1!
+       [riz]
diff -r 11c8dda47e1c -r 76925f661848 sys/sys/param.h
--- a/sys/sys/param.h   Tue Feb 19 04:49:25 2013 +0000
+++ b/sys/sys/param.h   Tue Feb 19 04:52:48 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.408.2.7 2012/10/17 20:53:29 riz Exp $      */
+/*     $NetBSD: param.h,v 1.408.2.8 2013/02/19 04:52:48 riz Exp $      */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      600000000       /* NetBSD 6.0_STABLE */
+#define        __NetBSD_Version__      601000000       /* NetBSD 6.1_RC1 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index