Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/sys/sys Add a "_STABLE" suffix for now.
details: https://anonhg.NetBSD.org/src/rev/f5d1c57a465a
branches: netbsd-2-0
changeset: 564693:f5d1c57a465a
user: tron <tron%NetBSD.org@localhost>
date: Wed Mar 16 12:21:45 2005 +0000
description:
Add a "_STABLE" suffix for now.
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d1a1cfef71d1 -r f5d1c57a465a sys/sys/param.h
--- a/sys/sys/param.h Wed Mar 16 12:20:38 2005 +0000
+++ b/sys/sys/param.h Wed Mar 16 12:21:45 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.188.2.11 2005/03/16 12:20:38 tron Exp $ */
+/* $NetBSD: param.h,v 1.188.2.12 2005/03/16 12:21:45 tron Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 200000200 /* NetBSD 2.0.2 */
+#define __NetBSD_Version__ 200000200 /* NetBSD 2.0.2_STABLE */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) >= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index