diff options
author | gvf <gvf@cvs.openbsd.org> | 1997-04-22 16:13:45 +0000 |
---|---|---|
committer | gvf <gvf@cvs.openbsd.org> | 1997-04-22 16:13:45 +0000 |
commit | c63fa9deb9fc036204693490aa76ad7c3ab3544e (patch) | |
tree | f6e7977c00a4b96834b95d496bd683dcbf4b07b6 /sys/arch/mvme68k/stand/netboot/version.c | |
parent | c7551148578b8fc01810a4d1a385fe8881f522fa (diff) |
Add libz and tick version # to reflect change.
Diffstat (limited to 'sys/arch/mvme68k/stand/netboot/version.c')
-rw-r--r-- | sys/arch/mvme68k/stand/netboot/version.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/stand/netboot/version.c b/sys/arch/mvme68k/stand/netboot/version.c index 2f3269d6919..80f42491f1e 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.5 1996/05/29 15:41:02 chuck Exp $ */ +/* $OpenBSD: version.c,v 1.6 1997/04/22 16:13:44 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.5 $"; +char *version = "$Revision: 1.6 $"; |