summaryrefslogtreecommitdiff
path: root/help2man.PL
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2018-10-13 15:20:09 +1100
committerBrendan O'Dea <bod@debian.org>2018-10-13 15:21:44 +1100
commitb24667538acb9d761f7c2b2dae10b1d74cf6b60b (patch)
tree4916107fa9f968acff00b271dcd2febf846a6c06 /help2man.PL
parentc86ea6ae52881ce83c02689ad9a29c017424bbe8 (diff)
downloadhelp2man-b24667538acb9d761f7c2b2dae10b1d74cf6b60b.tar.gz
Bump version for releasev1.47.8
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 f978d2d..e207d10 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.7');
+my ($program, $version) = ('help2man', '1.47.8');
my %opts;
die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"