summaryrefslogtreecommitdiff
path: root/help2man.PL
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2018-09-23 15:07:07 +1000
committerBrendan O'Dea <bod@debian.org>2018-09-23 15:07:07 +1000
commit0e262cb74da79c66941775a52756e988e139f722 (patch)
tree715113bc68152dc118a55d877b527f48b7edf62f /help2man.PL
parent708b4d35dce60be704769e12e2c310413d2a1288 (diff)
downloadhelp2man-0e262cb74da79c66941775a52756e988e139f722.tar.gz
Version bumpv1.47.7
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 2e66e5b..f978d2d 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.6');
+my ($program, $version) = ('help2man', '1.47.7');
my %opts;
die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"