From 36addca03e4bee4eeaa94d51900c06839817fc06 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Thu, 24 Jan 2008 08:17:21 +1300 Subject: [PATCH] Bump for 0.7.1 --- ChangeLog | 3 +++ bin/mythtv-status | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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; -- 2.30.2