diff options
author | chuck <chuck@cvs.openbsd.org> | 1996-05-16 02:57:05 +0000 |
---|---|---|
committer | chuck <chuck@cvs.openbsd.org> | 1996-05-16 02:57:05 +0000 |
commit | 112693f1ddcc74f4c11d6283a1631331f8a2f0d8 (patch) | |
tree | 8789c71d8cfa99d06eb70527e776ec84e9a47385 /sys/arch/mvme68k | |
parent | 457e77a76466e39831dda5ebd3c24f6b42ac51e6 (diff) |
up version #
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 $"; |