From b97bb9fa76afb7dcbfce8399a037104ef24d44f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 30 Jul 2021 13:15:05 +0200 Subject: [PATCH] llvm.org.eclass: main branch is 14.x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- eclass/llvm.org.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/llvm.org.eclass b/eclass/llvm.org.eclass index 83f8127a4bd79..fa426f91dff82 100644 --- a/eclass/llvm.org.eclass +++ b/eclass/llvm.org.eclass @@ -45,7 +45,7 @@ esac # @DESCRIPTION: # The major version of current LLVM trunk. Used to determine # the correct branch to use. -_LLVM_MASTER_MAJOR=13 +_LLVM_MASTER_MAJOR=14 # @ECLASS-VARIABLE: _LLVM_SOURCE_TYPE # @INTERNAL