From: Andrew Ruthven Date: Sat, 19 Jan 2008 21:06:08 +0000 (+1300) Subject: Bump the version number. X-Git-Tag: 0.7.0~2 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5fa9a596a2b4fa27668b9b512bd90a1de37ef09;p=mythtv-status.git Bump the version number. --- diff --git a/bin/mythtv-status b/bin/mythtv-status index 94824b0..b867e32 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -33,7 +33,7 @@ my $disk_space_warn = 95; # Percent to warn at. my $guide_days_warn = 2; # How many days we require. my $auto_expire_count = 10; # How many auto expire shows to display. -my $VERSION = '0.6.2'; +my $VERSION = '0.7.0'; # Some display blocks are disabled by default: $display{'Shows due to Auto Expire'} = 0;