diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-25 05:57:53 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-25 05:57:53 (GMT) |
commit | 008406a96c66afaa6a3e1105c730cffd1b1e8bc8 (patch) | |
tree | c70e93b5de3315f393f3f667daff1cb53d64a054 | |
parent | 538d6e82d8879b31edbd7b4dbd73f6f856b081dd (diff) | |
download | CMake-008406a96c66afaa6a3e1105c730cffd1b1e8bc8.zip CMake-008406a96c66afaa6a3e1105c730cffd1b1e8bc8.tar.gz CMake-008406a96c66afaa6a3e1105c730cffd1b1e8bc8.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 0c8a9f3..dd1fdeb 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-01-24 05:57:38 +0000"; + std::string cver = "Date: 2006-01-25 05:57:53 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |