tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 4f42d10a23df1263446f0eb7072f6f7054330466
parent 565390ee632e153ab8324aba940c52d9d7c53ca8
Author: David Goulet <dgoulet@torproject.org>
Date:   Wed, 16 Apr 2025 10:49:35 -0400

ci: Remove 047 from CI builds and put in 049

Signed-off-by: David Goulet <dgoulet@torproject.org>

Diffstat:
Mscripts/ci/ci-driver.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh @@ -298,11 +298,11 @@ TOR_VER_AT_LEAST_044=no # These are the currently supported Tor versions; no need to work with anything # ancient in this script. case "$TOR_VERSION" in - 0.4.7.*) + 0.4.8.*) TOR_VER_AT_LEAST_043=yes TOR_VER_AT_LEAST_044=yes ;; - 0.4.8.*) + 0.4.9.*) TOR_VER_AT_LEAST_043=yes TOR_VER_AT_LEAST_044=yes ;;