From: Andrew Ruthven Date: Thu, 14 Jun 2012 10:49:36 +0000 (+1200) Subject: Bump the version number due to the --help issue. X-Git-Tag: 0.10.1~1 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21765fbc5a7b7b6789cab30e40b2f79dafd5a798;p=mythtv-status.git Bump the version number due to the --help issue. --- diff --git a/bin/mythtv-status b/bin/mythtv-status index 3451776..3cc498d 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -84,7 +84,7 @@ my @size_thresholds = ( my $return_code_only = 0; -my $VERSION = '0.10.0'; +my $VERSION = '0.10.1'; # Some display blocks are disabled by default: $c->{'display'}{'Shows due to Auto Expire'} = 0;