From 917ae8fb30e31b065310aea214dbb5655d9a23d0 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Thu, 12 Sep 2013 23:16:28 -0700 Subject: Fix LLVM version number (3.3). Change-Id: Iee3f058ff8484699e76080695815677d355dfbd1 --- host/include/llvm/Config/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host') diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h index bb93b37..c889158 100644 --- a/host/include/llvm/Config/config.h +++ b/host/include/llvm/Config/config.h @@ -679,13 +679,13 @@ #define PACKAGE_NAME "LLVM" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "LLVM 3.1svn" +#define PACKAGE_STRING "LLVM 3.3" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "llvm" /* Define to the version of this package. */ -#define PACKAGE_VERSION "3.1svn" +#define PACKAGE_VERSION "3.3" /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void -- cgit v1.1