[cmake-commits] andy committed bootstrap 1.96 1.97

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Apr 4 13:41:14 EDT 2007


Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv22688

Modified Files:
	bootstrap 
Log Message:
ENH: Fix copyright year


Index: bootstrap
===================================================================
RCS file: /cvsroot/CMake/CMake/bootstrap,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- bootstrap	7 Dec 2006 15:48:11 -0000	1.96
+++ bootstrap	4 Apr 2007 17:41:12 -0000	1.97
@@ -254,7 +254,7 @@
   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



More information about the Cmake-commits mailing list