aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2006-07-27 04:54:36 +0000
committerTanya Lattner <tonic@nondot.org>2006-07-27 04:54:36 +0000
commit01881dad1b9c1eb29611b77f71c4c3c9959afb14 (patch)
treefe5a8035dcacff43e38d1b0293a4a3c8e7472d65
parent53bc784f539d6ae270c36a0c683b3280e640bf57 (diff)
downloadllvm-01881dad1b9c1eb29611b77f71c4c3c9959afb14.zip
llvm-01881dad1b9c1eb29611b77f71c4c3c9959afb14.tar.gz
llvm-01881dad1b9c1eb29611b77f71c4c3c9959afb14.tar.bz2
This is the 1.8 release
llvm-svn: 29326
-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 b5fcccb..dc12043 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]],[[1.8cvs]],[llvmbugs@cs.uiuc.edu])
+AC_INIT([[llvm]],[[1.8]],[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.