Source-Changes-HG archive

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

[src/netbsd-8]: src Welcome to 8.0 RC1!



details:   https://anonhg.NetBSD.org/src/rev/94d5b5f95fb8
branches:  netbsd-8
changeset: 318372:94d5b5f95fb8
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Apr 19 15:55:21 2018 +0000
description:
Welcome to 8.0 RC1!

diffstat:

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

diffs (34 lines):

diff -r 2e7ed17fa996 -r 94d5b5f95fb8 doc/CHANGES-8.0
--- a/doc/CHANGES-8.0   Thu Apr 19 15:38:22 2018 +0000
+++ b/doc/CHANGES-8.0   Thu Apr 19 15:55:21 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.188 2018/04/19 15:38:22 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.189 2018/04/19 15:55:21 martin Exp $
 
 A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
 until the 8.0 release:
@@ -13136,3 +13136,6 @@
        nvmectl(8): Remove some wdc subcommands from man page.
        [nonaka, ticket #781]
 
+sys/sys/param.h                                        changed manually
+
+       Welcome to 8.0 RC1
diff -r 2e7ed17fa996 -r 94d5b5f95fb8 sys/sys/param.h
--- a/sys/sys/param.h   Thu Apr 19 15:38:22 2018 +0000
+++ b/sys/sys/param.h   Thu Apr 19 15:55:21 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.542.2.1 2017/06/04 07:12:09 snj Exp $      */
+/*     $NetBSD: param.h,v 1.542.2.2 2018/04/19 15:55:21 martin Exp $   */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      800000000       /* NetBSD 8.0_BETA */
+#define        __NetBSD_Version__      800000000       /* NetBSD 8.0_RC1 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index