summaryrefslogtreecommitdiff
path: root/autoconf/configure.ac
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-12-18 16:43:17 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-12-18 16:43:17 +0000
commitd000e1dc2f08892aaa8c1bfd96f85f24b9d66cbb (patch)
treea94bbbc019f6bc614cc8fc720a48c13366f400c0 /autoconf/configure.ac
parenta71e05acdd7c6a8e815db46b5fb6dc1d87826aab (diff)
downloadllvm-d000e1dc2f08892aaa8c1bfd96f85f24b9d66cbb.tar.gz
llvm-d000e1dc2f08892aaa8c1bfd96f85f24b9d66cbb.tar.bz2
llvm-d000e1dc2f08892aaa8c1bfd96f85f24b9d66cbb.tar.xz
Merged in RELEASE_11.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10516 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf/configure.ac')
-rw-r--r--autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 6534ae7c0d..a5f85b4835 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -15,7 +15,7 @@ dnl AC_OUTPUT
dnl **************************************************************************
dnl * Initialize
dnl **************************************************************************
-AC_INIT([[[LLVM]]],[[[1.0]]],[llvmbugs@cs.uiuc.edu])
+AC_INIT([[[LLVM]]],[[[1.1]]],[llvmbugs@cs.uiuc.edu])
dnl Place all of the extra autoconf files into the config subdirectory
AC_CONFIG_AUX_DIR([autoconf])