Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Update the comments to say 1.4A, too. (slaps own for...



details:   https://anonhg.NetBSD.org/src/rev/2b835d7a0590
branches:  trunk
changeset: 471466:2b835d7a0590
user:      perry <perry%NetBSD.org@localhost>
date:      Fri Apr 02 03:08:02 1999 +0000

description:
Update the comments to say 1.4A, too. (slaps own forehead)

diffstat:

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

diffs (27 lines):

diff -r af2ccdedb88a -r 2b835d7a0590 sys/sys/param.h
--- a/sys/sys/param.h   Fri Apr 02 02:57:55 1999 +0000
+++ b/sys/sys/param.h   Fri Apr 02 03:08:02 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.57 1999/04/02 02:57:19 perry Exp $ */
+/*     $NetBSD: param.h,v 1.58 1999/04/02 03:08:02 perry Exp $ */
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -65,7 +65,7 @@
  *
  */
 
-#define __NetBSD_Version__  104010000  /* NetBSD 1.3K */
+#define __NetBSD_Version__  104010000  /* NetBSD 1.4A */
 
 /*
  * Historical NetBSD #defines -- new code should use
@@ -73,7 +73,7 @@
  */
 
 #define NetBSD 199907          /* NetBSD version (year & month). */
-#define NetBSD1_4 2            /* NetBSD 1.3K */
+#define NetBSD1_4 2            /* NetBSD 1.4A */
 
 #ifndef NULL
 #define        NULL    0



Home | Main Index | Thread Index | Old Index