aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2007-05-08 04:45:12 +0000
committerTanya Lattner <tonic@nondot.org>2007-05-08 04:45:12 +0000
commit357259b2279417f0901943666cec6c75038184b4 (patch)
tree09d977206827ea04000f3fd7fad50ed2529b718a
parent15fe03a87937d7dca33a41c53cbf3f907e74b8a8 (diff)
downloadllvm-357259b2279417f0901943666cec6c75038184b4.zip
llvm-357259b2279417f0901943666cec6c75038184b4.tar.gz
llvm-357259b2279417f0901943666cec6c75038184b4.tar.bz2
Setting version number.
llvm-svn: 36926
-rw-r--r--llvm/autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac
index 2934061..e0299b3 100644
--- a/llvm/autoconf/configure.ac
+++ b/llvm/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.0cvs]],[llvmbugs@cs.uiuc.edu])
+AC_INIT([[llvm]],[[2.0]],[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.