diff --git a/bin/mkmf b/bin/mkmf index e98845e..9d750e1 100755 --- a/bin/mkmf +++ b/bin/mkmf @@ -38,7 +38,7 @@ sub ensureTrailingSlash { local $/ = '/'; chomp @_[0]; @_[0] .= '/'; } -my $version = '19.3.0'; +my $version = '19.3.2'; # initialize variables: use getopts for these GetOptions("abspath|a=s" => \$opt_a,