diff options
author | Brad King <brad.king@kitware.com> | 2012-11-06 19:13:05 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-11-06 19:13:05 (GMT) |
commit | 43d3a6d49e402fa735022fd0720355a369df75fe (patch) | |
tree | 4e359c9e3c59d2867409471e8c24b2dab60e5401 /bootstrap | |
parent | 6991013ddb26aecc785dec82c335e82d37faa281 (diff) | |
parent | a4ae88bdb2b0954d2c9ccc8352915963987cbd34 (diff) | |
download | CMake-43d3a6d49e402fa735022fd0720355a369df75fe.zip CMake-43d3a6d49e402fa735022fd0720355a369df75fe.tar.gz CMake-43d3a6d49e402fa735022fd0720355a369df75fe.tar.bz2 |
Merge topic 'copyright-year'
a4ae88b Update programmatically-reported copyright year (#13638)
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -370,7 +370,7 @@ Directory and file names: # Display CMake bootstrap usage cmake_version_display() { - echo "CMake ${cmake_version}, Copyright 2000-2011 Kitware, Inc." + echo "CMake ${cmake_version}, Copyright 2000-2012 Kitware, Inc." } # Display CMake bootstrap error, display the log file and exit |