diff options
Diffstat (limited to 'sys/arch/mvme68k/stand/netboot/version.c')
-rw-r--r-- | sys/arch/mvme68k/stand/netboot/version.c | 6 |
1 files changed, 3 insertions, 3 deletions
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 $"; |