summaryrefslogtreecommitdiff
path: root/help2man.PL
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2019-03-23 12:19:46 +1100
committerBrendan O'Dea <bod@debian.org>2019-03-23 12:19:46 +1100
commit757e6437a9a88648f3eebb5082ffb03482d870f1 (patch)
tree1035d0a95d1faecbd264768e6425547e173bc2af /help2man.PL
parent7e841b63fc069906f351b301560195aaa377fe7a (diff)
downloadhelp2man-757e6437a9a88648f3eebb5082ffb03482d870f1.tar.gz
Fix maintainer sanity check to handle changes to dpkg-sourcev1.47.10
Diffstat (limited to 'help2man.PL')
-rwxr-xr-xhelp2man.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/help2man.PL b/help2man.PL
index 336f4a3..8c27c87 100755
--- a/help2man.PL
+++ b/help2man.PL
@@ -16,7 +16,7 @@ use 5.008;
use Config;
use Getopt::Long;
-my ($program, $version) = ('help2man', '1.47.9');
+my ($program, $version) = ('help2man', '1.47.10');
my %opts;
die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"