summaryrefslogtreecommitdiff
path: root/help2man.PL
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2015-11-03 11:19:39 +1100
committerBrendan O'Dea <bod@debian.org>2015-11-03 11:19:39 +1100
commit2e3fcc2583ed3be623406db40a4fd3c8ee7b6a11 (patch)
treeaac3a14140466750b817954405786ffccd2d0656 /help2man.PL
parenteef18237e6fc5cf48e6f9b5995606fb4c5001eae (diff)
downloadhelp2man-2e3fcc2583ed3be623406db40a4fd3c8ee7b6a11.tar.gz
Filter more untranslatable texi and add translator notes about cross-refs
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 8110a2a..f70b600 100755
--- a/help2man.PL
+++ b/help2man.PL
@@ -16,7 +16,7 @@ use 5.008;
use Config;
use Getopt::Long;
-my ($program, $version) = ('help2man', '1.47.2');
+my ($program, $version) = ('help2man', '1.47.3');
my %opts;
die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"