diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-24 15:38:03 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-24 15:38:03 (GMT) |
commit | 5f5504fc25642b081db4a6df1f5007f0b11dbb77 (patch) | |
tree | c5708a6a7a649e90b351e74875ab502f9cc618ce /Source/cmVersion.cxx | |
parent | b35a73aae50d4a53adf5976c7e9b0ecedfe97489 (diff) | |
download | CMake-5f5504fc25642b081db4a6df1f5007f0b11dbb77.zip CMake-5f5504fc25642b081db4a6df1f5007f0b11dbb77.tar.gz CMake-5f5504fc25642b081db4a6df1f5007f0b11dbb77.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-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 37ae1cd..faeee71 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-10-22 19:44:54 +0000"; + std::string cver = "Date: 2004-10-24 15:38:03 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |