From 8aa9b71a394905e6c5f4b59e2b97b87a004658a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Mon, 11 Jan 2016 21:48:25 +0100 Subject: [PATCH] build_clang.sh: Change default Clang version to 3.7.1 --- build_clang.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_clang.sh b/build_clang.sh index 7280525..8b57f1a 100755 --- a/build_clang.sh +++ b/build_clang.sh @@ -52,7 +52,7 @@ source $BASE_DIR/tools/trap_exit.sh MIRROR="http://llvm.org" if [ -z "$CLANG_VERSION" ]; then - CLANG_VERSION=3.7.0 + CLANG_VERSION=3.7.1 fi if [ -z "$INSTALLPREFIX" ]; then