The branch master has been updated
       via  16fe6d400dcef56b5ffbe6ddc416cbc77bff7782 (commit)
      from  eb4d1f2af762c9674d1461ddbe652f18bcd21415 (commit)


- Log -----------------------------------------------------------------
commit 16fe6d400dcef56b5ffbe6ddc416cbc77bff7782
Author: Bernd Edlinger <[email protected]>
Date:   Thu Sep 13 07:18:08 2018 +1000

    pick-to-branch: Update active branches
    
    Reviewed-by: Richard Levitte <[email protected]>
    Reviewed-by: Paul Dale <[email protected]>
    (Merged from https://github.com/openssl/openssl/pull/30)

-----------------------------------------------------------------------

Summary of changes:
 review-tools/pick-to-branch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/review-tools/pick-to-branch b/review-tools/pick-to-branch
index 9160ef5..1c385e5 100755
--- a/review-tools/pick-to-branch
+++ b/review-tools/pick-to-branch
@@ -19,15 +19,15 @@ esac
 
 
 case $b in
-*1*0*1*)
-    branch=OpenSSL_1_0_1-stable
-    ;;
 *1*0*2*)
     branch=OpenSSL_1_0_2-stable
     ;;
 *1*1*0*)
     branch=OpenSSL_1_1_0-stable
     ;;
+*1*1*1*)
+    branch=OpenSSL_1_1_1-stable
+    ;;
 m*)
     branch=master
     ;;
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to