diff options
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 $"; |