aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2006-11-07 05:25:12 +0000
committerTanya Lattner <tonic@nondot.org>2006-11-07 05:25:12 +0000
commitc739b273e9464e68141d910edc3de6c7db59751d (patch)
tree8d39ad362564da221f3ecdb4278017d31939dd39
parente01fd137766c2105a1c785496bb6f7025d736ee2 (diff)
downloadllvm-c739b273e9464e68141d910edc3de6c7db59751d.zip
llvm-c739b273e9464e68141d910edc3de6c7db59751d.tar.gz
llvm-c739b273e9464e68141d910edc3de6c7db59751d.tar.bz2
This is the 1.9 release
llvm-svn: 31490
-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 3085084..018c00a 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.9cvs]],[llvmbugs@cs.uiuc.edu])
+AC_INIT([[llvm]],[[1.9]],[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.