Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Belatedly bump the version. Changes to struct lwp r...
details: https://anonhg.NetBSD.org/src/rev/494e3dfbd725
branches: trunk
changeset: 346271:494e3dfbd725
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Mon Jul 04 07:44:08 2016 +0000
description:
Belatedly bump the version. Changes to struct lwp require new modules
so need a version bump to differentiate.
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 003c324f3994 -r 494e3dfbd725 sys/sys/param.h
--- a/sys/sys/param.h Mon Jul 04 07:32:18 2016 +0000
+++ b/sys/sys/param.h Mon Jul 04 07:44:08 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.498 2016/06/21 03:34:22 ozaki-r Exp $ */
+/* $NetBSD: param.h,v 1.499 2016/07/04 07:44:08 pgoyette Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 799003200 /* NetBSD 7.99.32 */
+#define __NetBSD_Version__ 799003300 /* NetBSD 7.99.33 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index