Skip to content

Commit

Permalink
Update mkmf and list_paths --version string to 2022.01.00
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Blanton authored and Chris Blanton committed Oct 7, 2022
1 parent f0d2c4e commit 3efddba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/list_paths
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ help () {
BIN_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P)

# Version
VERSION="2.1"
VERSION="2022.01.00"

# Default settings, can be changed by options
outFile=path_names
Expand Down
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.2';
my $version = '2022.01.00';

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

0 comments on commit 3efddba

Please sign in to comment.