[mythtv] MythTV - Version 1.0
Buzz
buzz at oska.com
Wed Feb 8 01:42:20 UTC 2006
<humor>
if ( $licence == 'GPL' ) {
$version_num = '0.';
if ( $product_type == 'really good' ) {
$version_num .= '1';
} else if ( $product_type == 'probably good' ) {
$version_num .= '99.'.rand(9);
} else {
$version_num .= rand(5)+1;
}
$version_num .= rand(9);
} else {
$version_num = rand(999);
}
if ( $product_type == 'kernel' ) {
$version_num = '2.6.'; #TODO back-port to 2.4 kernel series
$version_num = rand(99);
}
return $version_num;
</humor>
>> > It looks like 0.19 is almost ready, and I would like to ask:
> >
> > Is it time to call it Version 1.0?
> >
> > Myth is too good to have it start with a zero!
>
> We have to have a 0.5x and 0.99.x series first :)
>
> -- Daniel
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>
More information about the mythtv-dev
mailing list