summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2022-04-11 19:49:52 +1000
committerBrendan O'Dea <bod@debian.org>2022-04-11 19:49:52 +1000
commit576c5166953d2a67a230f1d907c42b84c01ff980 (patch)
treeaaf4cd417a9b57b30a4e74cf3e99086ea2755477
parentc66c6a963fa3b52f0f24fc01c0b923402e9bccb4 (diff)
downloadhelp2man-576c5166953d2a67a230f1d907c42b84c01ff980.tar.gz
Version bumpv1.49.2
-rwxr-xr-xhelp2man.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/help2man.PL b/help2man.PL
index 5ff2256..dcbacd0 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.1');
+my ($program, $version) = ('help2man', '1.49.2');
my %opts;
die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"