diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-07 02:12:10 -0500 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-07 02:12:10 -0500 |
commit | 96a8f94b85bcdca454613e2f78dac70d4c7c171a (patch) | |
tree | 77e74b055d79c8effc765a8f3bee604a254d3d4d | |
parent | 506afe9e8c6354dfb7747a0abc22310344afb3d7 (diff) | |
download | cmake-96a8f94b85bcdca454613e2f78dac70d4c7c171a.tar.gz |
STYLE: Nightly Version update
-rw-r--r-- | Source/cmVersion.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx index ac5c27158b..1ed8bf17c0 100644 --- a/Source/cmVersion.cxx +++ b/Source/cmVersion.cxx @@ -19,7 +19,7 @@ std::string cmVersion::GetReleaseVersion() { #if CMake_VERSION_MINOR & 1 - std::string cver = "Date: 2006-03-06 07:11:59 +0000"; + std::string cver = "Date: 2006-03-07 07:12:10 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |