summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2011-06-14 09:58:51 +1000
committerBrendan O'Dea <bod@debian.org>2011-06-14 09:58:51 +1000
commit229a5a706a000976444da679d86f69276ff29ab7 (patch)
tree9ab89de3b13a2e342eea5059ae21cfb15db144da
parent74ba69556153d81a51147acd63052a602b5f63af (diff)
downloadhelp2man-229a5a706a000976444da679d86f69276ff29ab7.tar.gz
Release 1.40.3
-rwxr-xr-xhelp2man.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/help2man.PL b/help2man.PL
index 826afab..3708a22 100755
--- a/help2man.PL
+++ b/help2man.PL
@@ -16,7 +16,7 @@ use 5.008;
use Config;
use Getopt::Long;
-my ($program, $version) = ('help2man', '1.40.2');
+my ($program, $version) = ('help2man', '1.40.3');
my %opts;
die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"