diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-06 07:52:56 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-06 07:52:56 (GMT) |
commit | 6f35a272a71a3eb642ddfa378dd6a1c4f1e9476a (patch) | |
tree | 96ea3b7bc145a3be6ac7facc5167e38f4c73526f | |
parent | c2cd47b32ccb38334d952004e66b497c5c7fd084 (diff) | |
download | CMake-6f35a272a71a3eb642ddfa378dd6a1c4f1e9476a.zip CMake-6f35a272a71a3eb642ddfa378dd6a1c4f1e9476a.tar.gz CMake-6f35a272a71a3eb642ddfa378dd6a1c4f1e9476a.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 1136c49..8f5b5a9 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: 2005-05-05 07:51:07 +0000"; + std::string cver = "Date: 2005-05-06 07:52:56 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |