diff options
author | 1996-05-16 02:57:04 +0000 | |
---|---|---|
committer | 1996-05-16 02:57:04 +0000 | |
commit | 234e76210b661f7514e8f76ae3d29fe345234bd1 (patch) | |
tree | e03c0e8b85feee25165ca0f58c5707c6630ec5d9 | |
parent | clean up and sync with changes elsewhere (use common parse_args, (diff) | |
download | wireguard-openbsd-234e76210b661f7514e8f76ae3d29fe345234bd1.tar.xz wireguard-openbsd-234e76210b661f7514e8f76ae3d29fe345234bd1.zip |
up version #
-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 $"; |