diff options
Diffstat (limited to 'devel/llvm-cheriot/files/gen-Makefile.snapshot.sh')
-rw-r--r-- | devel/llvm-cheriot/files/gen-Makefile.snapshot.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/llvm-cheriot/files/gen-Makefile.snapshot.sh b/devel/llvm-cheriot/files/gen-Makefile.snapshot.sh index ded19ee2ce1b..1928b5fd3236 100644 --- a/devel/llvm-cheriot/files/gen-Makefile.snapshot.sh +++ b/devel/llvm-cheriot/files/gen-Makefile.snapshot.sh @@ -36,8 +36,8 @@ cat <<EOF > Makefile.snapshot # # Generated by: files/gen-Makefile.snapshot.sh. # -LLVM_MAJOR= 20 -LLVM_RELEASE= \${LLVM_MAJOR}.1.3 +LLVM_MAJOR= 21 +LLVM_RELEASE= \${LLVM_MAJOR}.1.1 SNAPDATE= ${MAX_DATE} LLVM_COMMIT= ${LLVM_COMMIT} |