Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Merge isaki-audio2 branch.
details: https://anonhg.NetBSD.org/src/rev/289041161c88
branches: trunk
changeset: 998933:289041161c88
user: isaki <isaki%NetBSD.org@localhost>
date: Wed May 08 13:47:33 2019 +0000
description:
Merge isaki-audio2 branch.
Welcome to 8.99.39.
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a1cd90e0698b -r 289041161c88 sys/sys/param.h
--- a/sys/sys/param.h Wed May 08 13:40:13 2019 +0000
+++ b/sys/sys/param.h Wed May 08 13:47:33 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.586 2019/05/06 08:07:41 kamil Exp $ */
+/* $NetBSD: param.h,v 1.587 2019/05/08 13:47:33 isaki Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 899003800 /* NetBSD 8.99.38 */
+#define __NetBSD_Version__ 899003900 /* NetBSD 8.99.39 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index