summaryrefslogtreecommitdiff
path: root/help2man.PL
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2014-04-25 13:18:29 +1000
committerBrendan O'Dea <bod@debian.org>2014-04-25 13:18:29 +1000
commit016b323f457c7230f276d4131af5def5fcd35ef7 (patch)
tree8edcc1f031e2c7cf5a666ca90475732ce6ac1382 /help2man.PL
parent4b4fd04efcb8a562edef0e9d0485501d2a1a69c8 (diff)
downloadhelp2man-016b323f457c7230f276d4131af5def5fcd35ef7.tar.gz
Apply patch to texinfo source from Mario Blätterman
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 14d014f..6038e8d 100755
--- a/help2man.PL
+++ b/help2man.PL
@@ -16,7 +16,7 @@ use 5.008;
use Config;
use Getopt::Long;
-my ($program, $version) = ('help2man', '1.45.1');
+my ($program, $version) = ('help2man', '1.45.2');
my %opts;
die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"