diff options
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r-- | sys/arch/mvme68k/stand/netboot/version.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/arch/mvme68k/stand/netboot/version.c b/sys/arch/mvme68k/stand/netboot/version.c index f1bb43abf9d..3cd4343f67c 100644 --- a/sys/arch/mvme68k/stand/netboot/version.c +++ b/sys/arch/mvme68k/stand/netboot/version.c @@ -1,9 +1,8 @@ -/* $OpenBSD: version.c,v 1.3 1996/04/28 10:49:26 deraadt Exp $ */ +/* $OpenBSD: version.c,v 1.4 1996/05/16 02:57:04 chuck Exp $ */ /* - * NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. - * - * 1.1 + * make a random change to this file when you want the bootblock + * revision to increase. like change this x to a z, or something. */ -char *version = "$Revision: 1.3 $"; +char *version = "$Revision: 1.4 $"; |