summaryrefslogtreecommitdiff
path: root/help2man.PL
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2014-07-26 23:28:25 +1000
committerBrendan O'Dea <bod@debian.org>2014-07-26 23:28:25 +1000
commite7c2abce9eb8ea7579b8f93d517a6688438fd068 (patch)
tree30973cb728976b675f4456432eba2474f8eb9cd2 /help2man.PL
parent1478ff707e5ee363e525b1816bdc1f28502637da (diff)
downloadhelp2man-e7c2abce9eb8ea7579b8f93d517a6688438fd068.tar.gz
Update version to 1.46v1.46.1
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 6038e8d..8bd45a3 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.2');
+my ($program, $version) = ('help2man', '1.46.1');
my %opts;
die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"