diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-17 19:52:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-05-17 19:52:51 +0000 |
commit | 355636c3aa7ecf6366daeb32c416b52b6c5ed116 (patch) | |
tree | 57b4b5062f3ef8431ce5e62cda3cb37ff12abe1e /sys/arch/sparc | |
parent | 1829c65bd1a850784556256007d552c65b768755 (diff) |
crank version
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/stand/version.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/sparc/stand/version.c b/sys/arch/sparc/stand/version.c index 1c8ed9686ec..d34678809b4 100644 --- a/sys/arch/sparc/stand/version.c +++ b/sys/arch/sparc/stand/version.c @@ -35,7 +35,8 @@ * * 1.1 * 1.2 get it to work with V0 bootproms. - * 1.4 add oldmon support and network support. + * 1.3 add oldmon support and network support. + * 1.4 add cd9660 support */ -char *version = "$Revision: 1.3 $"; +char *version = "$Revision: 1.4 $"; |