From: Andrew Ruthven Date: Wed, 23 Jan 2008 19:17:21 +0000 (+1300) Subject: Bump for 0.7.1 X-Git-Tag: 0.7.1 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36addca03e4bee4eeaa94d51900c06839817fc06;p=mythtv-status.git Bump for 0.7.1 --- diff --git a/ChangeLog b/ChangeLog index 8864d2e..22f942f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-01-24 Andrew Ruthven + Release version 0.7.1 + 2007-01-22 Andrew Ruthven Change the version boundaries for the disk space blocks to reflect current SVN. diff --git a/bin/mythtv-status b/bin/mythtv-status index bad981f..358beb7 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -34,7 +34,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.7.0'; +my $VERSION = '0.7.1'; # Some display blocks are disabled by default: $display{'Shows due to Auto Expire'} = 0;