summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2007-09-14 01:24:13 +0000
committerTanya Lattner <tonic@nondot.org>2007-09-14 01:24:13 +0000
commit5c70954d977a91cb76663efa7033fd3e34e56cbf (patch)
tree1ccdbb7587259d64dc6b5955304fdfb6790c072a /autoconf
parentc68491069a213b1a3c959c24ae6aa6cf983b60d9 (diff)
downloadllvm-5c70954d977a91cb76663efa7033fd3e34e56cbf.tar.gz
llvm-5c70954d977a91cb76663efa7033fd3e34e56cbf.tar.bz2
llvm-5c70954d977a91cb76663efa7033fd3e34e56cbf.tar.xz
Change to 2.2svn.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41941 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 528cfbb68b..0444bdfc8f 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -31,7 +31,7 @@ dnl===
dnl===-----------------------------------------------------------------------===
dnl Initialize autoconf and define the package name, version number and
dnl email address for reporting bugs.
-AC_INIT([[llvm]],[[2.1svn]],[llvmbugs@cs.uiuc.edu])
+AC_INIT([[llvm]],[[2.2svn]],[llvmbugs@cs.uiuc.edu])
dnl Provide a copyright substitution and ensure the copyright notice is included
dnl in the output of --version option of the generated configure script.