[llvm-branch-commits] [llvm-branch] r79769 - /llvm/branches/release_26/autoconf/configure.ac

Tanya Lattner tonic at nondot.org
Sat Aug 22 13:59:42 PDT 2009


Author: tbrethou
Date: Sat Aug 22 15:59:42 2009
New Revision: 79769

URL: http://llvm.org/viewvc/llvm-project?rev=79769&view=rev
Log:
Set release number and update copyright date while we are at it.

Modified:
    llvm/branches/release_26/autoconf/configure.ac

Modified: llvm/branches/release_26/autoconf/configure.ac
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_26/autoconf/configure.ac?rev=79769&r1=79768&r2=79769&view=diff

==============================================================================
--- llvm/branches/release_26/autoconf/configure.ac (original)
+++ llvm/branches/release_26/autoconf/configure.ac Sat Aug 22 15:59:42 2009
@@ -31,12 +31,12 @@
 dnl===-----------------------------------------------------------------------===
 dnl Initialize autoconf and define the package name, version number and
 dnl email address for reporting bugs.
-AC_INIT([[llvm]],[[2.6svn]],[llvmbugs at cs.uiuc.edu])
+AC_INIT([[llvm]],[[2.6]],[llvmbugs at 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.
-AC_SUBST(LLVM_COPYRIGHT,["Copyright (c) 2003-2008 University of Illinois at Urbana-Champaign."])
-AC_COPYRIGHT([Copyright (c) 2003-2008 University of Illinois at Urbana-Champaign.])
+AC_SUBST(LLVM_COPYRIGHT,["Copyright (c) 2003-2009 University of Illinois at Urbana-Champaign."])
+AC_COPYRIGHT([Copyright (c) 2003-2009 University of Illinois at Urbana-Champaign.])
 
 dnl Indicate that we require autoconf 2.59 or later. Ths is needed because we
 dnl use some autoconf macros only available in 2.59.





More information about the llvm-branch-commits mailing list