diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2005-01-22 21:29:42 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2005-01-22 21:29:42 +0000 |
| commit | 12b25a12a6c3e117eda5ca1dc5cf353fa7fbe46c (patch) | |
| tree | 3ce9e30212e5b3f094b8b7a8478fb07548886099 /llvm/autoconf | |
| parent | 97cf8fd4a9eb66ffb28d97d62b4c3bad99b7ed08 (diff) | |
| download | bcm5719-llvm-12b25a12a6c3e117eda5ca1dc5cf353fa7fbe46c.tar.gz bcm5719-llvm-12b25a12a6c3e117eda5ca1dc5cf353fa7fbe46c.zip | |
We're working towards LLVM 1.5 now so bump the version number. This change
won't be propagated to the configure script until there's a need to change
configure.ac for some larger purpose.
llvm-svn: 19762
Diffstat (limited to 'llvm/autoconf')
| -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 ed90f084cfb..f43c2bcc9eb 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.4]],[llvmbugs@cs.uiuc.edu]) +AC_INIT([[llvm]],[[1.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. |

