diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-04-28 10:49:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-04-28 10:49:50 +0000 |
commit | 1588c7e17d5ee58acf691260c479dc30959c9123 (patch) | |
tree | 0a814cfee6ceaeaa5543df6f17452af98f4d9769 /sys/arch/mvme68k/stand/bootsd/version.c | |
parent | 03b1eabf4deb45733b1212d30d83794e16c8c28c (diff) |
add OpenBSD header
Diffstat (limited to 'sys/arch/mvme68k/stand/bootsd/version.c')
-rw-r--r-- | sys/arch/mvme68k/stand/bootsd/version.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/stand/bootsd/version.c b/sys/arch/mvme68k/stand/bootsd/version.c index c30b7d2320e..dcb2a18ddf0 100644 --- a/sys/arch/mvme68k/stand/bootsd/version.c +++ b/sys/arch/mvme68k/stand/bootsd/version.c @@ -1,8 +1,8 @@ -/* $Id: version.c,v 1.3 1995/12/06 10:54:56 deraadt Exp $ */ +/* $OpenBSD: version.c,v 1.4 1996/04/28 10:48:19 deraadt Exp $ */ /* * make a random change to this file when you want the bootblock * revision to increase. like change this x to a y, or something. */ -char *version = "$Revision: 1.3 $"; +char *version = "$Revision: 1.4 $"; |