summaryrefslogtreecommitdiff
path: root/help2man.PL
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2020-07-02 22:28:12 +1000
committerBrendan O'Dea <bod@debian.org>2020-07-02 22:28:12 +1000
commita6caadf217442a8128dd9d089fb3ee778a2ca489 (patch)
treee3baa6393e5baef3360d8e87cc43e7fa8203b08c /help2man.PL
parentfc7f34737fd4cb94da65bbfe52c3941195b24248 (diff)
downloadhelp2man-a6caadf217442a8128dd9d089fb3ee778a2ca489.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 c5d35a9..5c0d404 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.15');
+my ($program, $version) = ('help2man', '1.47.16');
my %opts;
die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"