diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-05-07 20:31:28 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-05-07 20:31:28 +0000 |
commit | 0c25b8f07e4ff033bf630d48cac28fedee1f4c55 (patch) | |
tree | b9e33fe69b809affb1e5914c2503b2351f3ee99c /autoconf | |
parent | 4247ca40d364709aa5beb9fd0b03bee442933483 (diff) | |
download | external_llvm-0c25b8f07e4ff033bf630d48cac28fedee1f4c55.zip external_llvm-0c25b8f07e4ff033bf630d48cac28fedee1f4c55.tar.gz external_llvm-0c25b8f07e4ff033bf630d48cac28fedee1f4c55.tar.bz2 |
We're in 3.4 land now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181350 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r-- | autoconf/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index adcfa49..1dee872 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -31,9 +31,9 @@ dnl=== dnl===-----------------------------------------------------------------------=== dnl Initialize autoconf and define the package name, version number and dnl address for reporting bugs. -AC_INIT([LLVM],[3.3svn],[http://llvm.org/bugs/]) +AC_INIT([LLVM],[3.4svn],[http://llvm.org/bugs/]) AC_DEFINE([LLVM_VERSION_MAJOR], [3], [Major version of the LLVM API]) -AC_DEFINE([LLVM_VERSION_MINOR], [3], [Minor version of the LLVM API]) +AC_DEFINE([LLVM_VERSION_MINOR], [4], [Minor version of the LLVM API]) dnl Provide a copyright substitution and ensure the copyright notice is included dnl in the output of --version option of the generated configure script. |