Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/sys/sys report this as "6.0_POST_RC1", in order to make s...
details: https://anonhg.NetBSD.org/src/rev/802b1a54bf86
branches: netbsd-6
changeset: 774566:802b1a54bf86
user: riz <riz%NetBSD.org@localhost>
date: Mon Sep 03 18:30:59 2012 +0000
description:
report this as "6.0_POST_RC1", in order to make some fixes before RC2
is released, to make any PRs which show up in the meantime more clear.
Not intended to set a precedent. :)
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r be7b9a99b01a -r 802b1a54bf86 sys/sys/param.h
--- a/sys/sys/param.h Tue Aug 21 05:36:23 2012 +0000
+++ b/sys/sys/param.h Mon Sep 03 18:30:59 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.408.2.3 2012/08/17 23:57:22 riz Exp $ */
+/* $NetBSD: param.h,v 1.408.2.4 2012/09/03 18:30:59 riz Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 600000000 /* NetBSD 6.0_RC1 */
+#define __NetBSD_Version__ 600000000 /* NetBSD 6.0_POST_RC1 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index