]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Bump the version number to 0.6.
authorAndrew Ruthven <andrew@etc.gen.nz>
Sat, 8 Dec 2007 05:35:43 +0000 (18:35 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Sat, 8 Dec 2007 05:35:43 +0000 (18:35 +1300)
bin/mythtv-status

index 093df97554b01a23cca1b9e4cb6827c8781ebb27..e09d31c257a186f28cd09f64c8d3a8e383be3707 100755 (executable)
@@ -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,