summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2009-02-03 05:28:07 +0000
committerTanya Lattner <tonic@nondot.org>2009-02-03 05:28:07 +0000
commitbd31d17965d7f503e9f44e0a039892dcc30e9b11 (patch)
treeaf519fdb7257824d657b91c97eff24b8af89eb4e
parent682ae9aa345df80fab3180fd494c99853e7de436 (diff)
downloadllvm-bd31d17965d7f503e9f44e0a039892dcc30e9b11.tar.gz
Update version number to 2.5.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_25@63607 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 3a218eaeb9c6..7e488361d4b7 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.6svn]],[llvmbugs@cs.uiuc.edu])
+AC_INIT([[llvm]],[[2.5]],[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.