summaryrefslogtreecommitdiff
path: root/help2man.PL
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2021-01-19 22:31:06 +1100
committerBrendan O'Dea <bod@debian.org>2021-01-19 22:31:06 +1100
commitd74b01f560327e58024e42af6ee5f879db606668 (patch)
treeee4fe6550d80f119dd40041652220582de4b6704 /help2man.PL
parent7e65048958f80603e9f0dd47eec39acdab09e4c0 (diff)
downloadhelp2man-d74b01f560327e58024e42af6ee5f879db606668.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 56e53a7..12d2063 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.16');
+my ($program, $version) = ('help2man', '1.47.17');
my %opts;
die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"