diff options
author | chuck <chuck@cvs.openbsd.org> | 1996-05-29 15:41:03 +0000 |
---|---|---|
committer | chuck <chuck@cvs.openbsd.org> | 1996-05-29 15:41:03 +0000 |
commit | a9be8d2ffd57ba1dd8fb0a3b3cf4669b0319149f (patch) | |
tree | efdb392c06d39f5a0de199f8cdb3c39df8e2f8a7 /sys/arch/mvme68k/stand/bootst | |
parent | 6dff7d8b3c7b5b3cb1f0a41db355689f869316ad (diff) |
bump version
Diffstat (limited to 'sys/arch/mvme68k/stand/bootst')
-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 eb7bcbbf8f6..f773431d435 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.1 1996/05/28 15:16:55 chuck Exp $ */ +/* $OpenBSD: version.c,v 1.2 1996/05/29 15:41:02 chuck Exp $ */ /* * make a random change to this file when you want the bootblock - * revision to increase. like change this x to a z, or something. + * revision to increase. like change this x to a q, or something. */ -char *version = "$Revision: 1.1 $"; +char *version = "$Revision: 1.2 $"; |