From 3efddba928e2e6b265bc0d63d7ede6d82832054e Mon Sep 17 00:00:00 2001 From: Chris Blanton Date: Fri, 7 Oct 2022 12:05:04 -0400 Subject: [PATCH] Update mkmf and list_paths --version string to 2022.01.00 --- bin/list_paths | 2 +- bin/mkmf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/list_paths b/bin/list_paths index c4e7264..c849c37 100755 --- a/bin/list_paths +++ b/bin/list_paths @@ -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 diff --git a/bin/mkmf b/bin/mkmf index b8bea2b..22cd9b9 100755 --- a/bin/mkmf +++ b/bin/mkmf @@ -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,