summaryrefslogtreecommitdiff
path: root/help2man.PL
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2021-03-03 13:58:58 +1100
committerBrendan O'Dea <bod@debian.org>2021-03-03 13:58:58 +1100
commit5bc6864f3bfa340a2e0fa224c5aacea99cea8255 (patch)
treea1b3be9b2409df7216f0e14ebb9e2d21f463ca4b /help2man.PL
parent156c5e9955ad4d8bdbcfbfbc75a8247c6b70357e (diff)
downloadhelp2man-5bc6864f3bfa340a2e0fa224c5aacea99cea8255.tar.gz
Bump version for releasev1.48.2
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 e0f5c6d..7601d28 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.1');
+my ($program, $version) = ('help2man', '1.48.2');
my %opts;
die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"