Skip to content

Commit

Permalink
Change version number in mkmf for 19.3.2
Browse files Browse the repository at this point in the history
Last change before release.
  • Loading branch information
underwoo committed May 21, 2020
1 parent fceb198 commit 5d1ddc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mkmf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sub ensureTrailingSlash {
local $/ = '/'; chomp @_[0]; @_[0] .= '/';
}

my $version = '19.3.1';
my $version = '19.3.2';

# initialize variables: use getopts for these
GetOptions("abspath|a=s" => \$opt_a,
Expand Down

0 comments on commit 5d1ddc2

Please sign in to comment.