summaryrefslogtreecommitdiff
path: root/help2man.PL
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2019-08-12 22:55:08 +1000
committerBrendan O'Dea <bod@debian.org>2019-08-12 22:55:08 +1000
commit75e3344ccc0a5dc9baa9dff046de67f680acd808 (patch)
treeb66bfce2377c559a2a4fd861bdadd1f8c01bcb07 /help2man.PL
parent757e6437a9a88648f3eebb5082ffb03482d870f1 (diff)
downloadhelp2man-75e3344ccc0a5dc9baa9dff046de67f680acd808.tar.gz
Fix maintainer sanity check to ignore bin-NMUs
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 8c27c87..6ec58f7 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.10');
+my ($program, $version) = ('help2man', '1.47.11');
my %opts;
die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"