Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys Apply patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/5bd1df326472
branches:  netbsd-1-4
changeset: 470703:5bd1df326472
user:      he <he%NetBSD.org@localhost>
date:      Sat Jul 01 18:02:32 2000 +0000

description:
Apply patch (requested by he):
  Bump version to NetBSD-1.4.3_ALPHA.

diffstat:

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

diffs (38 lines):

diff -r bba562a8ddbd -r 5bd1df326472 sys/conf/osrelease.sh
--- a/sys/conf/osrelease.sh     Sat Jul 01 17:58:07 2000 +0000
+++ b/sys/conf/osrelease.sh     Sat Jul 01 18:02:32 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-#      $NetBSD: osrelease.sh,v 1.15.2.9 2000/04/30 20:35:40 he Exp $
+#      $NetBSD: osrelease.sh,v 1.15.2.10 2000/07/01 18:02:33 he Exp $
 #
 # Copyright (c) 1997 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -38,7 +38,7 @@
 #
 
 # Release number to use
-release=1.4.2A
+release=1.4.3_ALPHA
 
 
 case $1 in
diff -r bba562a8ddbd -r 5bd1df326472 sys/sys/param.h
--- a/sys/sys/param.h   Sat Jul 01 17:58:07 2000 +0000
+++ b/sys/sys/param.h   Sat Jul 01 18:02:32 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.56.2.4 1999/12/20 21:35:51 he Exp $        */
+/*     $NetBSD: param.h,v 1.56.2.5 2000/07/01 18:02:32 he Exp $        */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -65,7 +65,7 @@
  *
  */
 
-#define __NetBSD_Version__  104000200  /* NetBSD 1.4.2 */
+#define __NetBSD_Version__  104000300  /* NetBSD 1.4.3 */
 
 /*
  * Historical NetBSD #define



Home | Main Index | Thread Index | Old Index