From: Andrew Ruthven Date: Sat, 8 Dec 2007 05:35:43 +0000 (+1300) Subject: Bump the version number to 0.6. X-Git-Tag: 0.6.0~9 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a5284786dff7d0f2e7fe7461e78d5750b289dd4;p=mythtv-status.git Bump the version number to 0.6. --- diff --git a/bin/mythtv-status b/bin/mythtv-status index 093df97..e09d31c 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -31,7 +31,7 @@ my $xml_file = undef; my $verbose = 0; my $disk_space_warn = 95; # Percent to warn at. -my $VERSION = '0.5.3'; +my $VERSION = '0.6'; GetOptions( 'c|colour|color' => \$colour,