diff options
author | Eric Christopher <echristo@gmail.com> | 2015-03-12 01:25:29 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2015-03-12 01:25:29 +0000 |
commit | a1bafae91feab3e3c54f6a04d9b37f4a01797ed9 (patch) | |
tree | 9ea7029f8d9b981099be067481a25827186674ca /llvm/autoconf/configure.ac | |
parent | 0cb14759fcf9493075f97e60c28ce19c6a827f72 (diff) | |
download | bcm5719-llvm-a1bafae91feab3e3c54f6a04d9b37f4a01797ed9.tar.gz bcm5719-llvm-a1bafae91feab3e3c54f6a04d9b37f4a01797ed9.zip |
Update for a new year.
Patch by Tanya Lattner.
llvm-svn: 231998
Diffstat (limited to 'llvm/autoconf/configure.ac')
-rw-r--r-- | llvm/autoconf/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac index a8d98a89f00..06abf58aab0 100644 --- a/llvm/autoconf/configure.ac +++ b/llvm/autoconf/configure.ac @@ -51,8 +51,8 @@ AC_SUBST([LLVM_VERSION_SUFFIX]) 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-2014 University of Illinois at Urbana-Champaign."]) -AC_COPYRIGHT([Copyright (c) 2003-2014 University of Illinois at Urbana-Champaign.]) +AC_SUBST(LLVM_COPYRIGHT,["Copyright (c) 2003-2015 University of Illinois at Urbana-Champaign."]) +AC_COPYRIGHT([Copyright (c) 2003-2015 University of Illinois at Urbana-Champaign.]) dnl Indicate that we require autoconf 2.60 or later. AC_PREREQ(2.60) |