diff options
author | chuck <chuck@cvs.openbsd.org> | 1996-05-29 15:41:03 +0000 |
---|---|---|
committer | chuck <chuck@cvs.openbsd.org> | 1996-05-29 15:41:03 +0000 |
commit | a9be8d2ffd57ba1dd8fb0a3b3cf4669b0319149f (patch) | |
tree | efdb392c06d39f5a0de199f8cdb3c39df8e2f8a7 /sys/arch | |
parent | 6dff7d8b3c7b5b3cb1f0a41db355689f869316ad (diff) |
bump version
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mvme68k/stand/bootsd/version.c | 6 | ||||
-rw-r--r-- | sys/arch/mvme68k/stand/bootst/version.c | 6 | ||||
-rw-r--r-- | sys/arch/mvme68k/stand/netboot/version.c | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/arch/mvme68k/stand/bootsd/version.c b/sys/arch/mvme68k/stand/bootsd/version.c index 3303406d843..89fd48bad69 100644 --- a/sys/arch/mvme68k/stand/bootsd/version.c +++ b/sys/arch/mvme68k/stand/bootsd/version.c @@ -1,8 +1,8 @@ -/* $OpenBSD: version.c,v 1.5 1996/05/16 02:46:57 chuck Exp $ */ +/* $OpenBSD: version.c,v 1.6 1996/05/29 15:41:01 chuck Exp $ */ /* * make a random change to this file when you want the bootblock - * revision to increase. like change this x to a z, or something. + * revision to increase. like change this x to a q, or something. */ -char *version = "$Revision: 1.5 $"; +char *version = "$Revision: 1.6 $"; diff --git a/sys/arch/mvme68k/stand/bootst/version.c b/sys/arch/mvme68k/stand/bootst/version.c index eb7bcbbf8f6..f773431d435 100644 --- a/sys/arch/mvme68k/stand/bootst/version.c +++ b/sys/arch/mvme68k/stand/bootst/version.c @@ -1,8 +1,8 @@ -/* $OpenBSD: version.c,v 1.1 1996/05/28 15:16:55 chuck Exp $ */ +/* $OpenBSD: version.c,v 1.2 1996/05/29 15:41:02 chuck Exp $ */ /* * make a random change to this file when you want the bootblock - * revision to increase. like change this x to a z, or something. + * revision to increase. like change this x to a q, or something. */ -char *version = "$Revision: 1.1 $"; +char *version = "$Revision: 1.2 $"; diff --git a/sys/arch/mvme68k/stand/netboot/version.c b/sys/arch/mvme68k/stand/netboot/version.c index 3cd4343f67c..2f3269d6919 100644 --- a/sys/arch/mvme68k/stand/netboot/version.c +++ b/sys/arch/mvme68k/stand/netboot/version.c @@ -1,8 +1,8 @@ -/* $OpenBSD: version.c,v 1.4 1996/05/16 02:57:04 chuck Exp $ */ +/* $OpenBSD: version.c,v 1.5 1996/05/29 15:41:02 chuck Exp $ */ /* * make a random change to this file when you want the bootblock - * revision to increase. like change this x to a z, or something. + * revision to increase. like change this x to a q, or something. */ -char *version = "$Revision: 1.4 $"; +char *version = "$Revision: 1.5 $"; |