X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=autoconf%2Fconfigure.ac;h=5e7b61f872004f108c0f7be773607b5040177771;hb=ec0bf42c16e32436e24338d95c0c1f7275714df1;hp=d6778ac025033061a003fcb9cf3ba1f15eba4622;hpb=479dc2c0fe2e3052c57393dd658ea135bf1786d0;p=oota-llvm.git diff --git a/autoconf/configure.ac b/autoconf/configure.ac index d6778ac0250..5e7b61f8720 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -32,10 +32,10 @@ dnl===-----------------------------------------------------------------------=== dnl Initialize autoconf and define the package name, version number and dnl address for reporting bugs. -AC_INIT([LLVM],[3.7.0svn],[http://llvm.org/bugs/]) +AC_INIT([LLVM],[3.8.0svn],[http://llvm.org/bugs/]) LLVM_VERSION_MAJOR=3 -LLVM_VERSION_MINOR=7 +LLVM_VERSION_MINOR=8 LLVM_VERSION_PATCH=0 LLVM_VERSION_SUFFIX=svn