diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mvme68k/stand/netboot/version.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/stand/netboot/version.c b/sys/arch/mvme68k/stand/netboot/version.c index 80f42491f1e..5cf3b3e5745 100644 --- a/sys/arch/mvme68k/stand/netboot/version.c +++ b/sys/arch/mvme68k/stand/netboot/version.c @@ -1,8 +1,8 @@ -/* $OpenBSD: version.c,v 1.6 1997/04/22 16:13:44 gvf Exp $ */ +/* $OpenBSD: version.c,v 1.7 2009/02/17 18:42:45 miod Exp $ */ /* * make a random change to this file when you want the bootblock * revision to increase. like change this q to an x, or something. */ -char *version = "$Revision: 1.6 $"; +char *version = "$Revision: 1.7 $"; |