diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-11-24 10:45:59 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-11-24 10:45:59 (GMT) |
commit | 67111942c0170891cc9d8c8ef92a641f01ccf9cb (patch) | |
tree | d6f3dc81f94d8c1efad15da1c10abe9add95d3cb | |
parent | a8fb3b69e20efd2d4ef7bea66d48b04790d02214 (diff) | |
download | CMake-67111942c0170891cc9d8c8ef92a641f01ccf9cb.zip CMake-67111942c0170891cc9d8c8ef92a641f01ccf9cb.tar.gz CMake-67111942c0170891cc9d8c8ef92a641f01ccf9cb.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 fadefee..03a17ff 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-23 10:46:09 +0000"; + std::string cver = "Date: 2004-11-24 10:45:59 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |