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 Mark as 2.0.3_STABLE
details: https://anonhg.NetBSD.org/src/rev/94f10a3af59f
branches: netbsd-2-0
changeset: 564891:94f10a3af59f
user: jmc <jmc%NetBSD.org@localhost>
date: Sun Oct 30 00:45:49 2005 +0000
description:
Mark as 2.0.3_STABLE
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r eb9487374a86 -r 94f10a3af59f sys/sys/param.h
--- a/sys/sys/param.h Sun Oct 30 00:45:08 2005 +0000
+++ b/sys/sys/param.h Sun Oct 30 00:45:49 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.188.2.18 2005/10/29 23:38:48 jmc Exp $ */
+/* $NetBSD: param.h,v 1.188.2.19 2005/10/30 00:45:49 jmc Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 200000300 /* NetBSD 2.0.3 */
+#define __NetBSD_Version__ 200000300 /* NetBSD 2.0.3_STABLE */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) >= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index