summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2011-05-01 11:05:41 +1000
committerBrendan O'Dea <bod@debian.org>2011-05-01 11:05:41 +1000
commitbc260b8b04de2c1fb40ffff26c8606173d3f77e9 (patch)
treec10d23fdd9206b5d3eccce5a14cefce2aeb63f58
parent8fc486e7f4ba83329a792d35b271455530e1c82f (diff)
downloadhelp2man-bc260b8b04de2c1fb40ffff26c8606173d3f77e9.tar.gz
Release 1.39.3v1.39.3
-rwxr-xr-xhelp2man.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/help2man.PL b/help2man.PL
index 5150534..75da9e2 100755
--- a/help2man.PL
+++ b/help2man.PL
@@ -16,7 +16,7 @@ use 5.008;
use Config;
use Getopt::Long;
-my ($program, $version) = ('help2man', '1.39.2');
+my ($program, $version) = ('help2man', '1.39.3');
my %opts;
die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"