From e2396773e5161d5b7836254c8f7989bdf6e2b6c5 Mon Sep 17 00:00:00 2001 From: Dave Dykstra <2129743+DrDaveD@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:05:31 -0500 Subject: [PATCH] update to 4.41 --- ChangeLog | 1 + cvmfsexec | 2 +- singcvmfs | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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`"