diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-11 09:19:29 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-11 09:19:29 (GMT) |
commit | a8f9361f60fcfbc9a0008b0688d6289fc01ab1e8 (patch) | |
tree | 00a1e0b18200a99fe016f94f2fd964e408bdf0ba | |
parent | 345fb993aa1808cbb34136c20ab878c6330c4f77 (diff) | |
download | CMake-a8f9361f60fcfbc9a0008b0688d6289fc01ab1e8.zip CMake-a8f9361f60fcfbc9a0008b0688d6289fc01ab1e8.tar.gz CMake-a8f9361f60fcfbc9a0008b0688d6289fc01ab1e8.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 aa8cefa..a208df8 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-10-10 09:09:32 +0000"; + std::string cver = "Date: 2005-10-11 09:19:29 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |