summaryrefslogtreecommitdiff
path: root/help2man.PL
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2020-01-04 17:10:33 +1100
committerBrendan O'Dea <bod@debian.org>2020-01-04 17:10:33 +1100
commit33a636a50ea1ba1eaa213041e355e0f54ade8276 (patch)
tree50902104fc36fb8860f9a110d1fefaf090a3a272 /help2man.PL
parentcbb2666c9e334773b0a06bacff953315512b529e (diff)
downloadhelp2man-33a636a50ea1ba1eaa213041e355e0f54ade8276.tar.gz
Version bump
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 6ec58f7..2fee2bf 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.11');
+my ($program, $version) = ('help2man', '1.47.12');
my %opts;
die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"