diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-04-04 17:41:12 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-04-04 17:41:12 (GMT) |
commit | 310ca5795aa0655f69856145f4647df4f4187b6d (patch) | |
tree | 7f5c0ea81a429e6d310c4c69fbd59a3fa22eb41e /bootstrap | |
parent | 826dc8696cf8344359432f30f061998ecc2fa63d (diff) | |
download | CMake-310ca5795aa0655f69856145f4647df4f4187b6d.zip CMake-310ca5795aa0655f69856145f4647df4f4187b6d.tar.gz CMake-310ca5795aa0655f69856145f4647df4f4187b6d.tar.bz2 |
ENH: Fix copyright year
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -254,7 +254,7 @@ cmake_version() else CMAKE_VERSION=`echo $CMAKE_VERSION | sed "s/\.\([0-9][0-9]*\)\.\([0-9][0-9]*\)\.\([0-9][0-9]*\)/\1.\2-\3/"` fi - echo "CMake ${CMAKE_VERSION}, Copyright (c) 2006 Kitware, Inc., Insight Consortium" + echo "CMake ${CMAKE_VERSION}, Copyright (c) 2007 Kitware, Inc., Insight Consortium" } # Display CMake bootstrap error, display the log file and exit |