aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/ci/ci-driver.sh4
-rwxr-xr-xscripts/git/git-list-tor-branches.sh3
2 files changed, 7 insertions, 0 deletions
diff --git a/scripts/ci/ci-driver.sh b/scripts/ci/ci-driver.sh
index 27bb8e34d0..fdecdece34 100755
--- a/scripts/ci/ci-driver.sh
+++ b/scripts/ci/ci-driver.sh
@@ -302,6 +302,10 @@ case "$TOR_VERSION" in
TOR_VER_AT_LEAST_043=yes
TOR_VER_AT_LEAST_044=yes
;;
+ 0.4.8.*)
+ TOR_VER_AT_LEAST_043=yes
+ TOR_VER_AT_LEAST_044=yes
+ ;;
esac
#############################################################################
diff --git a/scripts/git/git-list-tor-branches.sh b/scripts/git/git-list-tor-branches.sh
index 8ff44535d8..61e7b4a947 100755
--- a/scripts/git/git-list-tor-branches.sh
+++ b/scripts/git/git-list-tor-branches.sh
@@ -146,6 +146,9 @@ finish() {
branch maint-0.4.7
branch release-0.4.7
+branch maint-0.4.8
+branch release-0.4.8
+
branch main
finish