summaryrefslogtreecommitdiff
path: root/help2man.PL
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2016-05-09 15:23:36 +1000
committerBrendan O'Dea <bod@debian.org>2016-05-09 15:23:36 +1000
commitc0ec27e13654865a68babd1e5f5c5045b2ce8e03 (patch)
tree157c28c8d254d5f4385f645cd9b620bc430a5636 /help2man.PL
parentb32df86affd330aeb264e01e3a62f7c1269104df (diff)
downloadhelp2man-c0ec27e13654865a68babd1e5f5c5045b2ce8e03.tar.gz
Bump version for release
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 f70b600..9ca2711 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.3');
+my ($program, $version) = ('help2man', '1.47.4');
my %opts;
die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"