]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
ci: Remove 047 from CI builds and put in 049
authorDavid Goulet <dgoulet@torproject.org>
Wed, 16 Apr 2025 14:49:35 +0000 (10:49 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Wed, 16 Apr 2025 14:49:35 +0000 (10:49 -0400)
Signed-off-by: David Goulet <dgoulet@torproject.org>
scripts/ci/ci-driver.sh

index 15eab04d41c8c50d9fdae26585d5d606acb8f4d8..59ba28869c5ce7b10398d59c0b93ad3e588d8def 100755 (executable)
@@ -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
         ;;