From c21249ce07a5e810c8807103262c9307b8c6b098 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 9 Sep 2010 20:15:24 +0000 Subject: Also remove the 'rc' suffix from a release candidate. git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_28@113532 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/include/clang/Basic/Makefile b/include/clang/Basic/Makefile index 7db3e2982a..bc64f6aab5 100644 --- a/include/clang/Basic/Makefile +++ b/include/clang/Basic/Makefile @@ -16,6 +16,7 @@ INPUT_TDS = $(wildcard $(PROJ_SRC_DIR)/Diagnostic*.td) # Compute the Clang version from the LLVM version, unless specified explicitly. ifndef CLANG_VERSION CLANG_VERSION := $(subst svn,,$(LLVMVersion)) +CLANG_VERSION := $(subst rc,,$(CLANG_VERSION)) endif CLANG_VERSION_COMPONENTS := $(subst ., ,$(CLANG_VERSION)) -- cgit v1.2.3