summaryrefslogtreecommitdiff
path: root/help2man.PL
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2015-06-08 20:09:54 +1000
committerBrendan O'Dea <bod@debian.org>2015-06-08 20:09:54 +1000
commit4146add2bc50ce7be708a94c763015046c60726a (patch)
tree507f91e83b39dc34d8bebf785ca240f7eb2b9600 /help2man.PL
parent53f294e0f6bd8ccb94189eeb5b4f3de26c0908bd (diff)
downloadhelp2man-4146add2bc50ce7be708a94c763015046c60726a.tar.gz
Set document language for localised info pages
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 cefed06..664cc47 100755
--- a/help2man.PL
+++ b/help2man.PL
@@ -16,7 +16,7 @@ use 5.008;
use Config;
use Getopt::Long;
-my ($program, $version) = ('help2man', '1.46.6');
+my ($program, $version) = ('help2man', '1.47.1');
my %opts;
die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"