diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-16 22:52:56 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-16 22:52:56 +0000 |
commit | 28025e96a4a9d280dbec3ff8e0550d446c12fcb7 (patch) | |
tree | 937bf1a4cd0aa335be2c86b0aec2b2e7ecbcf41e /sys/arch/mvme88k | |
parent | 018419d7f1d778d91bc7482bdbd4d0e6b32cb727 (diff) |
Crank bootblocks version for today's changes.
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r-- | sys/arch/mvme88k/stand/bootsd/version.c | 9 | ||||
-rw-r--r-- | sys/arch/mvme88k/stand/bootst/version.c | 9 | ||||
-rw-r--r-- | sys/arch/mvme88k/stand/bootxx/version.c | 9 | ||||
-rw-r--r-- | sys/arch/mvme88k/stand/netboot/version.c | 9 | ||||
-rw-r--r-- | sys/arch/mvme88k/stand/tftpboot/version.c | 9 |
5 files changed, 10 insertions, 35 deletions
diff --git a/sys/arch/mvme88k/stand/bootsd/version.c b/sys/arch/mvme88k/stand/bootsd/version.c index 2c55f1f1613..c69d27c0270 100644 --- a/sys/arch/mvme88k/stand/bootsd/version.c +++ b/sys/arch/mvme88k/stand/bootsd/version.c @@ -1,8 +1,3 @@ -/* $OpenBSD: version.c,v 1.2 1998/08/22 07:17:23 smurph Exp $ */ +/* $OpenBSD: version.c,v 1.3 2006/05/16 22:52:53 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.2 $"; +char *version = "1.3"; diff --git a/sys/arch/mvme88k/stand/bootst/version.c b/sys/arch/mvme88k/stand/bootst/version.c index c0e43c3a4d3..5962a07683f 100644 --- a/sys/arch/mvme88k/stand/bootst/version.c +++ b/sys/arch/mvme88k/stand/bootst/version.c @@ -1,8 +1,3 @@ -/* $OpenBSD: version.c,v 1.2 1998/12/15 06:09:51 smurph Exp $ */ +/* $OpenBSD: version.c,v 1.3 2006/05/16 22:52:55 miod Exp $ */ -/* - * make a random change to this file when you want the bootblock - * revision to increase. like change this x to an q, or something. - */ - -char *version = "$Revision: 1.2 $"; +char *version = "1.3"; diff --git a/sys/arch/mvme88k/stand/bootxx/version.c b/sys/arch/mvme88k/stand/bootxx/version.c index b4c2a49ba7b..a88e18984ae 100644 --- a/sys/arch/mvme88k/stand/bootxx/version.c +++ b/sys/arch/mvme88k/stand/bootxx/version.c @@ -1,8 +1,3 @@ -/* $OpenBSD: version.c,v 1.1 1998/08/22 08:27:08 smurph Exp $ */ +/* $OpenBSD: version.c,v 1.2 2006/05/16 22:52:55 miod Exp $ */ -/* - * make a random change to this file when you want the bootblock - * revision to increase. like change this y to an x, or something. - */ - -char *version = "$Revision: 1.1 $"; +char *version = "1.2"; diff --git a/sys/arch/mvme88k/stand/netboot/version.c b/sys/arch/mvme88k/stand/netboot/version.c index 90643142688..5962a07683f 100644 --- a/sys/arch/mvme88k/stand/netboot/version.c +++ b/sys/arch/mvme88k/stand/netboot/version.c @@ -1,8 +1,3 @@ -/* $OpenBSD: version.c,v 1.2 1998/08/22 08:38:05 smurph Exp $ */ +/* $OpenBSD: version.c,v 1.3 2006/05/16 22:52:55 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.2 $"; +char *version = "1.3"; diff --git a/sys/arch/mvme88k/stand/tftpboot/version.c b/sys/arch/mvme88k/stand/tftpboot/version.c index aeec0400f86..a88e18984ae 100644 --- a/sys/arch/mvme88k/stand/tftpboot/version.c +++ b/sys/arch/mvme88k/stand/tftpboot/version.c @@ -1,8 +1,3 @@ -/* $OpenBSD: version.c,v 1.1 2004/01/26 19:48:34 miod Exp $ */ +/* $OpenBSD: version.c,v 1.2 2006/05/16 22:52:55 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.1 $"; +char *version = "1.2"; |