summaryrefslogtreecommitdiff
path: root/help2man.PL
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2018-02-07 00:17:09 +1100
committerBrendan O'Dea <bod@debian.org>2018-02-07 00:17:09 +1100
commitcad55e4fe0e0382d1f80b6b468b19763ad6b2b6d (patch)
tree29d8eb5cf9f0db8098a8c795dc7fa68282fb662e /help2man.PL
parentb4c2b5bd23cfbe53fb9bdf8ce88d979eec5bbfb4 (diff)
downloadhelp2man-cad55e4fe0e0382d1f80b6b468b19763ad6b2b6d.tar.gz
Update to debhelper v11
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 4f9e73a..2e66e5b 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.5');
+my ($program, $version) = ('help2man', '1.47.6');
my %opts;
die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"