diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-02-17 18:42:46 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-02-17 18:42:46 +0000 |
commit | fdeead5aca9587ca8a0e9a9fd9438fb0bd2474f8 (patch) | |
tree | 38f555eaa23e1ea410b2c0bd26fdd22c0082afe1 /sys/arch | |
parent | 5b9bd30fe6b44fbae7ef327fbb4a7ea3390ac4c1 (diff) |
Forgot to crank version after ethernet buffer address change.
Diffstat (limited to 'sys/arch')
-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 $"; |