summaryrefslogtreecommitdiff
path: root/help2man.PL
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2021-03-31 23:22:32 +1100
committerBrendan O'Dea <bod@debian.org>2021-03-31 23:22:32 +1100
commit2eed7199372ab4ea7734883716747ca5356a07ba (patch)
tree6ada8a50d67b9ddb63f99eea3c1068b76d364c05 /help2man.PL
parent57454394d6bc21da06e97f47b8097dec66880612 (diff)
downloadhelp2man-2eed7199372ab4ea7734883716747ca5356a07ba.tar.gz
Bump version for releasev1.48.3
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 7601d28..e9f887a 100755
--- a/help2man.PL
+++ b/help2man.PL
@@ -16,7 +16,7 @@ use 5.008;
use Config;
use Getopt::Long;
-my ($program, $version) = ('help2man', '1.48.2');
+my ($program, $version) = ('help2man', '1.48.3');
my %opts;
die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"