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 3ca85339a114..ded19ee2ce1b 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= 18 -LLVM_RELEASE= \${LLVM_MAJOR}.0.0 +LLVM_MAJOR= 20 +LLVM_RELEASE= \${LLVM_MAJOR}.1.3 SNAPDATE= ${MAX_DATE} LLVM_COMMIT= ${LLVM_COMMIT} |