Skip to content

Commit a59c199

Browse files
committed
Add 3.4 release to review-tools
Reviewed-by: Richard Levitte <[email protected]> (Merged from #215)
1 parent 85c598c commit a59c199

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

review-tools/opensslpull

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ git checkout --quiet openssl-3.0 ; git pull --rebase
1010
git checkout --quiet openssl-3.1 ; git pull --rebase
1111
git checkout --quiet openssl-3.2 ; git pull --rebase
1212
git checkout --quiet openssl-3.3 ; git pull --rebase
13+
git checkout --quiet openssl-3.4 ; git pull --rebase
1314
git checkout --quiet master
1415
git rebase -p origin/master
1516

review-tools/pick-to-branch

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ case $b in
6363
*3*3*)
6464
TARGET=openssl-3.3
6565
;;
66+
*3*4*)
67+
TARGET=openssl-3.4
68+
;;
6669
m*)
6770
TARGET=master
6871
;;

0 commit comments

Comments
 (0)