diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-02-05 10:27:04 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-02-05 10:27:04 (GMT) |
commit | 49bf10e8e94c005197f2afd73f932205a02576cc (patch) | |
tree | 6c98f9bef93b704a0a2ce961a9f9cbc8153434c2 | |
parent | 8659d1206b1cc0ef39347f9dc70f84002652e46f (diff) | |
download | CMake-49bf10e8e94c005197f2afd73f932205a02576cc.zip CMake-49bf10e8e94c005197f2afd73f932205a02576cc.tar.gz CMake-49bf10e8e94c005197f2afd73f932205a02576cc.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 a235aae..d8eff9e 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-02-04 10:28:27 +0000"; + std::string cver = "Date: 2005-02-05 10:27:04 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |