diff options
author | Tanya Lattner <tonic@nondot.org> | 2006-11-07 05:31:00 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2006-11-07 05:31:00 +0000 |
commit | 2bf78ba87d46a4dc6486adcbd30c08369ca9de66 (patch) | |
tree | 45c46e50b80df3303bc21e6a90f9df4ec4158593 | |
parent | 5a2bc5c71b107bca58f114ddb648bd4f4fa52564 (diff) | |
download | bcm5719-llvm-2bf78ba87d46a4dc6486adcbd30c08369ca9de66.tar.gz bcm5719-llvm-2bf78ba87d46a4dc6486adcbd30c08369ca9de66.zip |
Bumping version number
llvm-svn: 31491
-rw-r--r-- | llvm/autoconf/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac index 3085084f5e1..4b9e0c31fdb 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]],[[2.0cvs]],[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. |