diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-10 07:32:13 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-10 07:32:13 (GMT) |
commit | 187821af43f04a4f49f525f935174b8b3f1decea (patch) | |
tree | 4bb107f8d8cff29965d17e082dd1cf4d5a423c73 | |
parent | 87efbe23426047bd303220aac1e7e4ea9cd14c3e (diff) | |
download | CMake-187821af43f04a4f49f525f935174b8b3f1decea.zip CMake-187821af43f04a4f49f525f935174b8b3f1decea.tar.gz CMake-187821af43f04a4f49f525f935174b8b3f1decea.tar.bz2 |
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 656f2e7..295263a 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-09 07:41:51 +0000"; + std::string cver = "Date: 2006-03-10 07:32:13 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |