summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/clang/common-clang.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/clang/common-clang.inc')
-rw-r--r--meta/recipes-devtools/clang/common-clang.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/clang/common-clang.inc b/meta/recipes-devtools/clang/common-clang.inc
index 1099274d90..45616de3e3 100644
--- a/meta/recipes-devtools/clang/common-clang.inc
+++ b/meta/recipes-devtools/clang/common-clang.inc
@@ -5,7 +5,7 @@ LLVM_HTTP ?= "https://github.com/llvm"
5 5
6MAJOR_VER = "20" 6MAJOR_VER = "20"
7MINOR_VER = "1" 7MINOR_VER = "1"
8PATCH_VER = "4" 8PATCH_VER = "5"
9# could be 'rcX' or 'git' or empty ( for release ) 9# could be 'rcX' or 'git' or empty ( for release )
10VER_SUFFIX = "" 10VER_SUFFIX = ""
11 11