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 After thinking about it again "2.0.2_STABLE" is...



details:   https://anonhg.NetBSD.org/src/rev/b8cc4dd44da0
branches:  netbsd-2-0
changeset: 564707:b8cc4dd44da0
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Mar 16 15:24:02 2005 +0000

description:
After thinking about it again "2.0.2_STABLE" isn't the correct name.
It will be used for 2.0.2 plus fixes. Use "2.0.2_BETA" instead.

diffstat:

 sys/sys/param.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 182f3f72911a -r b8cc4dd44da0 sys/sys/param.h
--- a/sys/sys/param.h   Wed Mar 16 15:23:11 2005 +0000
+++ b/sys/sys/param.h   Wed Mar 16 15:24:02 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.188.2.12 2005/03/16 12:21:45 tron Exp $    */
+/*     $NetBSD: param.h,v 1.188.2.13 2005/03/16 15:24:02 tron Exp $    */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *     2.99.9          (299000900)
  */
 
-#define        __NetBSD_Version__      200000200       /* NetBSD 2.0.2_STABLE */
+#define        __NetBSD_Version__      200000200       /* NetBSD 2.0.2_BETA */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) >= __NetBSD_Version__)



Home | Main Index | Thread Index | Old Index