summaryrefslogtreecommitdiff
path: root/help2man.PL
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2021-02-06 13:23:52 +1100
committerBrendan O'Dea <bod@debian.org>2021-02-06 13:23:52 +1100
commit36102c4dc84494cb129a915c6edc5fbbcc8277f8 (patch)
tree173866a913c0d9c94bade4d119aeeddd3e8c4ac7 /help2man.PL
parent71a11c13ad8b11a4eec0f66d91916dcb415e4306 (diff)
downloadhelp2man-36102c4dc84494cb129a915c6edc5fbbcc8277f8.tar.gz
Update NEWS and increment minor version
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 12d2063..e0f5c6d 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.17');
+my ($program, $version) = ('help2man', '1.48.1');
my %opts;
die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"