diff options
Diffstat (limited to 'sys/arch')
-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 $"; |