diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-11-19 10:41:59 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-11-19 10:41:59 (GMT) |
commit | e32928aaffe74fd3e196410f0013d344a6c1ebd6 (patch) | |
tree | 0fdb0910abff493efe62244f51b4ae18bbc7f913 | |
parent | 48d9bb5cd698d6496045dcf2eaac624dd4458190 (diff) | |
download | CMake-e32928aaffe74fd3e196410f0013d344a6c1ebd6.zip CMake-e32928aaffe74fd3e196410f0013d344a6c1ebd6.tar.gz CMake-e32928aaffe74fd3e196410f0013d344a6c1ebd6.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 79593a2..f02b2eb 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: 2004-11-18 13:25:48 +0000"; + std::string cver = "Date: 2004-11-19 10:41:59 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |