Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys Welcome to 1.6ZC



details:   https://anonhg.NetBSD.org/src/rev/f2005c29fc27
branches:  trunk
changeset: 552026:f2005c29fc27
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Sep 16 12:08:23 2003 +0000

description:
Welcome to 1.6ZC
- hope this sticks for a while since it is my initials
- cl, here is your chance to commit the SA pagefault stuff.

diffstat:

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

diffs (38 lines):

diff -r 72a488490ee8 -r f2005c29fc27 sys/conf/osrelease.sh
--- a/sys/conf/osrelease.sh     Tue Sep 16 12:07:11 2003 +0000
+++ b/sys/conf/osrelease.sh     Tue Sep 16 12:08:23 2003 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: osrelease.sh,v 1.105 2003/09/14 07:01:19 christos Exp $
+#      $NetBSD: osrelease.sh,v 1.106 2003/09/16 12:08:23 christos Exp $
 #
 # Copyright (c) 1997 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -42,7 +42,7 @@
 #      sys/sys/param.h:        __NetBSD_Version__
 #      share/tmac/doc-common:  ds oS
 #
-release=1.6ZB
+release=1.6ZC
 
 case $1 in
 -s)
diff -r 72a488490ee8 -r f2005c29fc27 sys/sys/param.h
--- a/sys/sys/param.h   Tue Sep 16 12:07:11 2003 +0000
+++ b/sys/sys/param.h   Tue Sep 16 12:08:23 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.176 2003/09/14 07:00:44 christos Exp $     */
+/*     $NetBSD: param.h,v 1.177 2003/09/16 12:08:23 christos Exp $     */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  * Don't forget to change conf/osrelease.sh too.
  */
 
-#define        __NetBSD_Version__      106280000       /* NetBSD 1.6ZB */
+#define        __NetBSD_Version__      106290000       /* NetBSD 1.6ZC */
 
 /*
  * Historical NetBSD #define



Home | Main Index | Thread Index | Old Index