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!
details: https://anonhg.NetBSD.org/src/rev/06f665ebc094
branches: netbsd-6
changeset: 775793:06f665ebc094
user: riz <riz%NetBSD.org@localhost>
date: Sun May 12 23:49:43 2013 +0000
description:
Welcome to 6.1!
diffstat:
doc/CHANGES-6.1 | 9 ++++++++-
sys/sys/param.h | 4 ++--
2 files changed, 10 insertions(+), 3 deletions(-)
diffs (38 lines):
diff -r 44fdf2f34a7a -r 06f665ebc094 doc/CHANGES-6.1
--- a/doc/CHANGES-6.1 Sun May 12 16:58:36 2013 +0000
+++ b/doc/CHANGES-6.1 Sun May 12 23:49:43 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.127 2013/05/12 16:46:25 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.128 2013/05/12 23:51:22 riz Exp $
A complete list of changes from the 6.0 release until the 6.1 release:
@@ -9006,3 +9006,10 @@
Update release notes for 6.0->6.1 changes.
[riz]
+doc/LAST_MINUTE patched by hand
+doc/README.files patched by hand
+sys/sys/param.h patched by hand
+
+ Welcome to 6.1!
+ [riz]
+
diff -r 44fdf2f34a7a -r 06f665ebc094 sys/sys/param.h
--- a/sys/sys/param.h Sun May 12 16:58:36 2013 +0000
+++ b/sys/sys/param.h Sun May 12 23:49:43 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.408.2.11 2013/04/29 03:32:43 riz Exp $ */
+/* $NetBSD: param.h,v 1.408.2.12 2013/05/12 23:49:43 riz Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 601000000 /* NetBSD 6.1_RC4 */
+#define __NetBSD_Version__ 601000000 /* NetBSD 6.1 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index