diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-10-06 07:32:09 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-10-06 07:32:09 (GMT) |
commit | 0e497ef160377b0c6710cbca24016f999923495d (patch) | |
tree | 6d1d707cf3f0839c58ccd62738cbdd0181858206 | |
parent | 027b9cbe87479cda91dcde0854fb2e47c627a237 (diff) | |
download | CMake-0e497ef160377b0c6710cbca24016f999923495d.zip CMake-0e497ef160377b0c6710cbca24016f999923495d.tar.gz CMake-0e497ef160377b0c6710cbca24016f999923495d.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 ecce425..59c6eb7 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-10-05 07:57:19 +0000"; + std::string cver = "Date: 2006-10-06 07:32:09 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |