diff options
Diffstat (limited to 'sys/arch/mvme68k/stand/bootst/version.c')
-rw-r--r-- | sys/arch/mvme68k/stand/bootst/version.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/stand/bootst/version.c b/sys/arch/mvme68k/stand/bootst/version.c index f773431d435..63e22d21e7b 100644 --- a/sys/arch/mvme68k/stand/bootst/version.c +++ b/sys/arch/mvme68k/stand/bootst/version.c @@ -1,8 +1,8 @@ -/* $OpenBSD: version.c,v 1.2 1996/05/29 15:41:02 chuck Exp $ */ +/* $OpenBSD: version.c,v 1.3 1997/04/22 16:13:40 gvf Exp $ */ /* * make a random change to this file when you want the bootblock - * revision to increase. like change this x to a q, or something. + * revision to increase. like change this q to an x, or something. */ -char *version = "$Revision: 1.2 $"; +char *version = "$Revision: 1.3 $"; |