Module Name:    src
Committed By:   snj
Date:           Fri Jun 19 02:56:03 UTC 2015

Modified Files:
        src/distrib/notes/common [netbsd-7]: main
        src/doc [netbsd-7]: CHANGES-7.0
        src/sys/sys [netbsd-7]: param.h

Log Message:
Welcome to 7.0_RC1!


To generate a diff of this commit:
cvs rdiff -u -r1.510.4.3 -r1.510.4.4 src/distrib/notes/common/main
cvs rdiff -u -r1.1.2.332 -r1.1.2.333 src/doc/CHANGES-7.0
cvs rdiff -u -r1.459.2.2 -r1.459.2.3 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/notes/common/main
diff -u src/distrib/notes/common/main:1.510.4.3 src/distrib/notes/common/main:1.510.4.4
--- src/distrib/notes/common/main:1.510.4.3	Sun May 24 11:14:43 2015
+++ src/distrib/notes/common/main	Fri Jun 19 02:56:02 2015
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.510.4.3 2015/05/24 11:14:43 martin Exp $
+.\"	$NetBSD: main,v 1.510.4.4 2015/06/19 02:56:02 snj Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -50,7 +50,7 @@
 .as MACHINE_LIST " sgimips shark sparc sparc64 sun2 sun3 vax x68k xen zaurus .
 .so \*[.CURDIR]/../common/macros
 .
-.Dd May 9, 2015
+.Dd June 19, 2015
 .Dt INSTALL 8
 .Os NetBSD
 .Sh NAME

Index: src/doc/CHANGES-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.332 src/doc/CHANGES-7.0:1.1.2.333
--- src/doc/CHANGES-7.0:1.1.2.332	Fri Jun 19 02:45:51 2015
+++ src/doc/CHANGES-7.0	Fri Jun 19 02:56:02 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.332 2015/06/19 02:45:51 snj Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.333 2015/06/19 02:56:02 snj Exp $
 
 A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
 until the 7.0 release:
@@ -32147,3 +32147,9 @@ usr.bin/midirecord/midirecord.1			1.4
 	midirecord first appears in netbsd 7.
 	[mrg, ticket #840]
 
+distrib/notes/common/main			patched by hand
+sys/sys/param.h					patched by hand
+
+	Welcome to 7.0_RC1!
+	[snj]
+

Index: src/sys/sys/param.h
diff -u src/sys/sys/param.h:1.459.2.2 src/sys/sys/param.h:1.459.2.3
--- src/sys/sys/param.h:1.459.2.2	Sat Feb 21 13:40:19 2015
+++ src/sys/sys/param.h	Fri Jun 19 02:56:02 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.459.2.2 2015/02/21 13:40:19 martin Exp $	*/
+/*	$NetBSD: param.h,v 1.459.2.3 2015/06/19 02:56:02 snj Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	700000001	/* NetBSD 7.0_BETA */
+#define	__NetBSD_Version__	700000001	/* NetBSD 7.0_RC1 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)

Reply via email to