This is the dawning of the age of Aquarius ... o/~ (evcnt bumps us to 1.4ZA)

This commit is contained in:
cgd 2000-06-04 19:17:27 +00:00
parent cffb580806
commit 0d6c1f9870
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# $NetBSD: osrelease.sh,v 1.42 2000/05/26 21:31:02 thorpej Exp $ # $NetBSD: osrelease.sh,v 1.43 2000/06/04 19:17:27 cgd Exp $
# #
# Copyright (c) 1997 The NetBSD Foundation, Inc. # Copyright (c) 1997 The NetBSD Foundation, Inc.
# All rights reserved. # All rights reserved.
@ -39,7 +39,7 @@
# Release number to use # Release number to use
# Also check __NetBSD_Version__ in sys/sys/param.h if you change this! # Also check __NetBSD_Version__ in sys/sys/param.h if you change this!
release=1.4Z release=1.4ZA
case $1 in case $1 in

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.93 2000/05/26 21:31:00 thorpej Exp $ */ /* $NetBSD: param.h,v 1.94 2000/06/04 19:17:29 cgd Exp $ */
/*- /*-
* Copyright (c) 1982, 1986, 1989, 1993 * Copyright (c) 1982, 1986, 1989, 1993
@ -55,7 +55,7 @@
* *
* M = major version * M = major version
* m = minor version * m = minor version
* r = release ["",A-Z but numeric] * r = release ["",A-Z,Z[A-Z] but numeric]
* p = patchlevel * p = patchlevel
* *
* So: * So:
@ -65,7 +65,7 @@
* *
*/ */
#define __NetBSD_Version__ 104260000 /* NetBSD 1.4Z */ #define __NetBSD_Version__ 104270000 /* NetBSD 1.4ZA */
/* /*
* Historical NetBSD #define * Historical NetBSD #define