summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2022-12-13 11:53:31 +1100
committerBrendan O'Dea <bod@debian.org>2022-12-13 11:53:31 +1100
commit0503f547e06b5d3fd91533aae86b560e104140d7 (patch)
tree4d0eb8bacc47dafdd9d21e52f6570499e2f4b310
parentcf1265e24523a2d4166ece9b8947934f865c944b (diff)
downloadhelp2man-master.tar.gz
Version bumpHEADv1.49.3master
-rwxr-xr-xhelp2man.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/help2man.PL b/help2man.PL
index dcbacd0..4f55155 100755
--- a/help2man.PL
+++ b/help2man.PL
@@ -16,7 +16,7 @@ use 5.008;
use Config;
use Getopt::Long;
-my ($program, $version) = ('help2man', '1.49.2');
+my ($program, $version) = ('help2man', '1.49.3');
my %opts;
die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"