Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/sys/sys Welcome to 8.1_STABLE
details: https://anonhg.NetBSD.org/src/rev/2c9171250fb3
branches: netbsd-8
changeset: 451753:2c9171250fb3
user: martin <martin%NetBSD.org@localhost>
date: Sun Jun 02 08:25:25 2019 +0000
description:
Welcome to 8.1_STABLE
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2ee91023366a -r 2c9171250fb3 sys/sys/param.h
--- a/sys/sys/param.h Fri May 31 08:43:59 2019 +0000
+++ b/sys/sys/param.h Sun Jun 02 08:25:25 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.542.2.7 2019/05/31 08:43:59 martin Exp $ */
+/* $NetBSD: param.h,v 1.542.2.8 2019/06/02 08:25:25 martin Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 801000000 /* NetBSD 8.1 */
+#define __NetBSD_Version__ 801000000 /* NetBSD 8.1_STABLE */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index