From 8b10546182984ecade06628c65330ff1c002671d Mon Sep 17 00:00:00 2001
From: Andrew Ruthven <andrew@etc.gen.nz>
Date: Wed, 18 Jun 2008 12:50:01 +1200
Subject: [PATCH] Bump version to 0.8.0.

---
 ChangeLog         | 2 +-
 bin/mythtv-status | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3da4c22..1c6ce08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,13 @@
 2008-06-18	Andrew Ruthven
 	Modify the auto expire logic to reduce the amount of needless work
 	that is done.  Thank youy Tom Metro for point this out.
+	Release version 0.8.0.
 
 2008-05-28	Andrew Ruthven
 	It turns out that secondary backends don't return total diskspace,
 	handle that in a nicer manner.  Thank you Steve Gunther for letting
 	me know.
 
-
 2008-05-23	Andrew Ruthven
 	Add a timeout for the HTTP request to the backend.
 
diff --git a/bin/mythtv-status b/bin/mythtv-status
index 6161de7..72c48a2 100755
--- a/bin/mythtv-status
+++ b/bin/mythtv-status
@@ -37,7 +37,7 @@ my $recording_in_warn = 60 * 60; # When is the next recording considered critica
 
 my $return_code_only = 0;
 
-my $VERSION = '0.7.5';
+my $VERSION = '0.8.0';
 
 # Some display blocks are disabled by default:
 $display{'Shows due to Auto Expire'} = 0;
-- 
2.30.2