diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-17 05:46:15 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-17 05:46:15 (GMT) |
commit | 6bb5f200ce85a27358ddabb137f39616a124fab8 (patch) | |
tree | acfc2bc5cb32dab1f3aefa0c7d0548e5f50d7fb8 | |
parent | dbff065bab91411cfda4cd40df1cc653128227b2 (diff) | |
download | CMake-6bb5f200ce85a27358ddabb137f39616a124fab8.zip CMake-6bb5f200ce85a27358ddabb137f39616a124fab8.tar.gz CMake-6bb5f200ce85a27358ddabb137f39616a124fab8.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 693c483..5c8f8d2 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-16 05:42:30 +0000"; + std::string cver = "Date: 2006-01-17 05:46:15 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |