diff --git a/ChangeLog b/ChangeLog index 7b0dcf7..888bced 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +cvmfsexec-4.41 - 9 September 2024 - Switch to the archive for el7 epel packages. - Add CI checks on every pull request for a fairly through test of all the combinations of modes, distributions, and machine types. diff --git a/cvmfsexec b/cvmfsexec index 4f24330..758a95b 100755 --- a/cvmfsexec +++ b/cvmfsexec @@ -9,7 +9,7 @@ #set -x #PS4='c$$+ ' -VERSION=4.40 +VERSION=4.41 usage() { diff --git a/singcvmfs b/singcvmfs index 824cccf..7ede655 100755 --- a/singcvmfs +++ b/singcvmfs @@ -3,7 +3,7 @@ # with the singularity --fusemount option. # Written by Dave Dykstra March 2020 -VERSION=4.40 +VERSION=4.41 ME="`basename $0`"