From: Andrew Ruthven <andrew@etc.gen.nz>
Date: Sun, 16 Jul 2023 04:31:44 +0000 (+1200)
Subject: This will be version 1.1.0
X-Git-Tag: 1.1.0~2
X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edee3d7c030bfc010c961f7235334a2c9a8b1351;p=mythtv-status.git

This will be version 1.1.0
---

diff --git a/bin/mythtv-status b/bin/mythtv-status
index 497dd07..9f598de 100755
--- a/bin/mythtv-status
+++ b/bin/mythtv-status
@@ -109,7 +109,7 @@ my @size_thresholds = (
 
 my $return_code_only = 0;
 
-my $VERSION = '1.0.2';
+my $VERSION = '1.1.0';
 
 # Some display blocks are disabled by default:
 $c->{'display'}{'Shows due to Auto Expire'} = 0;
diff --git a/debian/changelog b/debian/changelog
index 27f96e0..bc379d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-mythtv-status (1.0.3-1) UNRELEASED; urgency=medium
+mythtv-status (1.1.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Drop 50-mythtv-status-exit-code.patch, applied upstream.